Home
last modified time | relevance | path

Searched refs:apr_dir_make_recursive (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestdir.c46 rv = apr_dir_make_recursive("data/one/two/three", in test_mkdir_recurs()
74 s1 = apr_dir_make_recursive("data/prll/one/thwo/three", in thread_mkdir_func()
77 s2 = apr_dir_make_recursive("data/prll/four/five/six/seven/eight", in thread_mkdir_func()
80 s3 = apr_dir_make_recursive("data/prll/nine/ten", in thread_mkdir_func()
83 s4 = apr_dir_make_recursive("data/prll/11/12/13/14/15/16/17/18/19/20", in thread_mkdir_func()
86 s5 = apr_dir_make_recursive("data/fortytwo", in thread_mkdir_func()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
H A Ddir_make_recurse.c63 apr_status_t apr_dir_make_recursive(const char *path, apr_fileperms_t perm, in apr_dir_make_recursive() function
74 apr_err = apr_dir_make_recursive(dir, perm, pool); in apr_dir_make_recursive()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Ddir.c301 apr_status_t apr_dir_make_recursive(const char *path, apr_fileperms_t perm, in apr_dir_make_recursive() function
317 apr_err = apr_dir_make_recursive(dir, perm, pool); in apr_dir_make_recursive()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_file_io.h879 APR_DECLARE(apr_status_t) apr_dir_make_recursive(const char *path,
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Ddir.c328 APR_DECLARE(apr_status_t) apr_dir_make_recursive(const char *path, in apr_dir_make_recursive() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/
H A DCHANGES77 *) Fix race condition when calling apr_dir_make_recursive from