Searched refs:apr_dir_make (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/apr/file_io/unix/
H A Ddir.c288 apr_status_t apr_dir_make(const char *path, apr_fileperms_t perm, function
306 apr_err = apr_dir_make (path, perm, pool); /* Try to make PATH right out */
320 apr_err = apr_dir_make (path, perm, pool);
325 * apr_dir_make being called on existing dir, therefore this check
/freebsd-11.0-release/contrib/apr/include/
H A Dapr_file_io.h869 APR_DECLARE(apr_status_t) apr_dir_make(const char *path, apr_fileperms_t perm,
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dio.c4277 status = apr_dir_make(path_apr, perm, pool);
4283 WIN32_RETRY_LOOP(status, apr_dir_make(path_apr, perm, pool));

Completed in 68 milliseconds