Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Ddir.c275 APR_DECLARE(apr_status_t) apr_dir_make(const char *path, apr_fileperms_t perm, in apr_dir_make() function
314 rv = apr_dir_make (path, perm, pool); /* Try to make straight off */ in dir_make_parent()
320 rv = apr_dir_make(path, perm, pool); /* And complete the path */ in dir_make_parent()
334 rv = apr_dir_make (path, perm, pool); /* Try to make PATH right out */ in apr_dir_make_recursive()
347 rv = apr_dir_make (dir, perm, pool); /* And complete the path */ in apr_dir_make_recursive()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestdir.c33 rv = apr_dir_make("data/testdir", APR_UREAD | APR_UWRITE | APR_UEXECUTE, p); in test_mkdir()
242 rv = apr_dir_make("data/testdir", APR_UREAD | APR_UWRITE | APR_UEXECUTE, p); in test_mkdir_twice()
245 rv = apr_dir_make("data/testdir", APR_UREAD | APR_UWRITE | APR_UEXECUTE, p); in test_mkdir_twice()
312 rv = apr_dir_make("dir1", APR_OS_DEFAULT, p); in test_uncleared_errno()
314 rv = apr_dir_make("dir2", APR_OS_DEFAULT, p); in test_uncleared_errno()
361 apr_dir_make("dir3", APR_OS_DEFAULT, p)); in test_rmkdir_nocwd()
H A Dtestlfs.c53 rv = apr_dir_make(TESTDIR, APR_OS_DEFAULT, p); in test_open()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Ddir.c288 apr_status_t apr_dir_make(const char *path, apr_fileperms_t perm, in apr_dir_make() function
306 apr_err = apr_dir_make (path, perm, pool); /* Try to make PATH right out */ in apr_dir_make_recursive()
320 apr_err = apr_dir_make (path, perm, pool); in apr_dir_make_recursive()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
H A Ddir_make_recurse.c68 apr_err = apr_dir_make(path, perm, pool); /* Try to make PATH right out */ in apr_dir_make_recursive()
77 apr_err = apr_dir_make(path, perm, pool); in apr_dir_make_recursive()
H A Ddir.c133 APR_DECLARE(apr_status_t) apr_dir_make(const char *path, apr_fileperms_t perm, apr_pool_t *pool) in apr_dir_make() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_file_io.h869 APR_DECLARE(apr_status_t) apr_dir_make(const char *path, apr_fileperms_t perm,