Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/
H A Dapr_private_common.h27 apr_status_t apr_filepath_list_split_impl(apr_array_header_t **pathelts,
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Dfilepath_util.c29 apr_status_t apr_filepath_list_split_impl(apr_array_header_t **pathelts, in apr_filepath_list_split_impl() function
H A Dfilepath.c296 return apr_filepath_list_split_impl(pathelts, liststr, ':', p); in apr_filepath_list_split()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Dfilepath.c982 return apr_filepath_list_split_impl(pathelts, liststr, ';', p);