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 D | open.c | 245 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 D | open.c | 351 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 D | open.c | 717 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 D | apr_file_io.h | 428 APR_DECLARE(apr_status_t) apr_file_open_flags_stdin(apr_file_t **thefile,
|