Home
last modified time | relevance | path

Searched refs:apr_file_open_flags_stdin (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
H A Dopen.c245 APR_DECLARE(apr_status_t) apr_file_open_flags_stdin(apr_file_t **thefile, in apr_file_open_flags_stdin() function
269 return apr_file_open_flags_stdin(thefile, 0, pool); in apr_file_open_stdin()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Dopen.c351 APR_DECLARE(apr_status_t) apr_file_open_flags_stdin(apr_file_t **thefile, in apr_file_open_flags_stdin() function
375 return apr_file_open_flags_stdin(thefile, 0, pool); in apr_file_open_stdin()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Dopen.c717 APR_DECLARE(apr_status_t) apr_file_open_flags_stdin(apr_file_t **thefile, in apr_file_open_flags_stdin() function
748 return apr_file_open_flags_stdin(thefile, 0, pool); in apr_file_open_stdin()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_file_io.h428 APR_DECLARE(apr_status_t) apr_file_open_flags_stdin(apr_file_t **thefile,