Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/os2/
H A Dapr_arch_file_io.h83 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p);
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/netware/
H A Dfilesys.c21 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p) in filepath_root_case() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/netware/
H A Dapr_arch_file_io.h151 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p);
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
H A Dfilesys.c96 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p) in filepath_root_case() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_arch_file_io.h252 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p);
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Dfilesys.c134 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p) in filepath_root_case() function
H A Dfilepath.c210 rv = filepath_root_case(&newpath, newpath, p); in apr_filepath_root()