Searched refs:apr_dir_remove (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testdir.c | 135 rv = apr_dir_remove("data/testdir", p); in test_remove() 146 rv = apr_dir_remove("data/one", p); in test_removeall_fail() 154 rv = apr_dir_remove("data/one/two/three", p); in test_removeall() 157 rv = apr_dir_remove("data/one/two", p); in test_removeall() 160 rv = apr_dir_remove("data/one", p); in test_removeall() 163 rv = apr_dir_remove("data/prll/one/thwo/three", p); in test_removeall() 166 rv = apr_dir_remove("data/prll/one/thwo", p); in test_removeall() 169 rv = apr_dir_remove("data/prll/one", p); in test_removeall() 172 rv = apr_dir_remove("data/prll/four/five/six/seven/eight", p); in test_removeall() 175 rv = apr_dir_remove("data/prll/four/five/six/seven", p); in test_removeall() [all …]
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/ |
H A D | dir.c | 140 APR_DECLARE(apr_status_t) apr_dir_remove(const char *path, apr_pool_t *pool) in apr_dir_remove() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/ |
H A D | dir.c | 334 apr_status_t apr_dir_remove(const char *path, apr_pool_t *pool) in apr_dir_remove() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_file_io.h | 890 APR_DECLARE(apr_status_t) apr_dir_remove(const char *path, apr_pool_t *pool);
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/ |
H A D | dir.c | 367 APR_DECLARE(apr_status_t) apr_dir_remove(const char *path, apr_pool_t *pool) in apr_dir_remove() function
|