Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDio.c4243 dir_make(const char *path, apr_fileperms_t perm, in dir_make() function
4333 return dir_make(path, perm, FALSE, FALSE, pool); in svn_io_dir_make()
4340 return dir_make(path, perm, TRUE, FALSE, pool); in svn_io_dir_make_hidden()
4347 return dir_make(path, perm, FALSE, TRUE, pool); in svn_io_dir_make_sgid()