Home
last modified time | relevance | path

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

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/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
78 apr_err = apr_dir_make_recursive(dir, perm, pool); in apr_dir_make_recursive()
/dports/devel/apr1/apr-1.7.0/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()
/dports/devel/apr1/apr-1.7.0/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()
H A Dtestnames.c229 rv = apr_dir_make_recursive("C:/data/short/A b.c", in merge_shortname()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/unix/
H A Ddir.c265 apr_status_t apr_dir_make_recursive(const char *path, apr_fileperms_t perm, in apr_dir_make_recursive() function
284 apr_err = apr_dir_make_recursive(dir, perm, pool); in apr_dir_make_recursive()
/dports/devel/apr1/apr-1.7.0/file_io/unix/
H A Ddir.c310 apr_status_t apr_dir_make_recursive(const char *path, apr_fileperms_t perm, in apr_dir_make_recursive() function
326 apr_err = apr_dir_make_recursive(dir, perm, pool); in apr_dir_make_recursive()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/test/
H A Dtestdir.c45 rv = apr_dir_make_recursive("data/one/two/three", in test_mkdir_recurs()
241 apr_dir_make_recursive("foobar", APR_OS_DEFAULT, in test_rmkdir_nocwd()
/dports/www/tomcat-native/tomcat-native-1.2.24-src/native/src/
H A Ddir.c41 rv = apr_dir_make_recursive(J2S(path), (apr_fileperms_t)perm, p); in TCN_IMPLEMENT_CALL()
/dports/devel/rsvndump/rsvndump-0.6/src/
H A Dutils.c183 status = apr_dir_make_recursive(dir, APR_UREAD | APR_UWRITE | APR_UEXECUTE, pool); in utils_mkstemp()
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/cpp/
H A Dfile.cpp309 apr_status_t stat = apr_dir_make_recursive(convertBackSlashes(getPath(p)), in mkdirs()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/
H A Dapr_file_io.h719 APR_DECLARE(apr_status_t) apr_dir_make_recursive(const char *path,
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/win32/
H A Ddir.c327 APR_DECLARE(apr_status_t) apr_dir_make_recursive(const char *path, in apr_dir_make_recursive() function
/dports/devel/apr1/apr-1.7.0/include/
H A Dapr_file_io.h911 APR_DECLARE(apr_status_t) apr_dir_make_recursive(const char *path,
/dports/devel/apr1/apr-1.7.0/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
/dports/www/apache24/httpd-2.4.53/modules/md/
H A Dmd_store_fs.c323 rv = apr_dir_make_recursive(s_fs->base, s_fs->def_perms.dir, p); in md_store_fs_init()
512 rv = apr_dir_make_recursive(*pdir, perms->dir, p); in mk_group_dir()
969 || !MD_OK(apr_dir_make_recursive(dir, MD_FPROT_D_UONLY, ptemp)) in pfs_move()
/dports/www/mod_fcgid/mod_fcgid-2.3.9/modules/fcgid/
H A Dfcgid_pm_unix.c369 if ((rv = apr_dir_make_recursive(sconf->sockname_prefix, in procmgr_post_config()
/dports/www/apache24/httpd-2.4.53/support/
H A Drotatelogs.c449 rv = apr_dir_make_recursive(path, APR_FPROT_OS_DEFAULT, newlog.pool); in doRotate()
/dports/graphics/mapcache/mapcache-1.10.0/lib/
H A Dutil.c594 ret = apr_dir_make_recursive(filename,APR_OS_DEFAULT,ctx->pool); in mapcache_make_parent_dirs()
/dports/www/htdigest/httpd-2.4.6/modules/cache/
H A Dcache_util.c304 if (APR_SUCCESS != (status = apr_dir_make_recursive(path, in cache_try_lock()
/dports/www/apache24/httpd-2.4.53/modules/cache/
H A Dcache_util.c341 if (APR_SUCCESS != (status = apr_dir_make_recursive(path, in cache_try_lock()
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd22/src/apr/
H A Dapr_file_io.inc745 function apr_dir_make_recursive(const path: PChar;
748 external LibAPR name LibNamePrefix + 'apr_dir_make_recursive' + LibSuff12;
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd20/src/apr/
H A Dapr_file_io.inc706 function apr_dir_make_recursive(const path: PChar;
709 external LibAPR name LibNamePrefix + 'apr_dir_make_recursive' + LibSuff12;
/dports/www/fpc-httpd22/fpc-3.2.2/packages/httpd22/src/apr/
H A Dapr_file_io.inc745 function apr_dir_make_recursive(const path: PChar;
748 external LibAPR name LibNamePrefix + 'apr_dir_make_recursive' + LibSuff12;
/dports/www/mod_security/modsecurity-2.9.3/apache2/
H A Dmsc_logging.c728 rc = apr_dir_make_recursive(entry_basename, msr->txcfg->auditlog_dirperms, msr->mp); in sec_audit_logger_json()
1615 rc = apr_dir_make_recursive(entry_basename, msr->txcfg->auditlog_dirperms, msr->mp); in sec_audit_logger_native()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_apr.c544 return apr_dir_make_recursive(path, perm, pool); in switch_dir_make_recursive()

12