Home
last modified time | relevance | path

Searched refs:apr_file_putc (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Dtempdir.c30 if (apr_file_putc('!', dummy_file) == APR_SUCCESS) { in test_tempdir()
H A Dreadwrite.c284 APR_DECLARE(apr_status_t) apr_file_putc(char ch, apr_file_t *thefile) in apr_file_putc() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/poll/unix/
H A Dpollset.c329 return apr_file_putc(1, pollset->wakeup_pipe[1]); in apr_pollset_wakeup()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_file_io.h561 APR_DECLARE(apr_status_t) apr_file_putc(char ch, apr_file_t *thefile);
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
H A Dreadwrite.c222 APR_DECLARE(apr_status_t) apr_file_putc(char ch, apr_file_t *thefile) in apr_file_putc() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Dreadwrite.c417 APR_DECLARE(apr_status_t) apr_file_putc(char ch, apr_file_t *thefile) in apr_file_putc() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dsendfile.c110 rv = apr_file_putc(buf[0], f); in create_testfile()