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 D | apr_arch_file_io.h | 83 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 D | filesys.c | 21 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 D | apr_arch_file_io.h | 151 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 D | filesys.c | 96 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 D | apr_arch_file_io.h | 252 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 D | filesys.c | 134 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p) in filepath_root_case() function
|
H A D | filepath.c | 210 rv = filepath_root_case(&newpath, newpath, p); in apr_filepath_root()
|