Home
last modified time | relevance | path

Searched refs:apr_set_os_error (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Dopen.c688 apr_set_os_error(APR_SUCCESS); in apr_file_open_flags_stderr()
707 apr_set_os_error(APR_SUCCESS); in apr_file_open_flags_stdout()
726 apr_set_os_error(APR_SUCCESS); in apr_file_open_flags_stdin()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_errno.h1016 #define apr_set_os_error(e) (SetLastError(APR_TO_OS_ERROR(e))) macro
1132 #define apr_set_os_error(e) (errno = (e)) macro
1196 #define apr_set_os_error(e) (errno = (e)) macro