Searched defs:create_dir (Results 1 – 10 of 10) sorted by relevance
19 def create_dir(pathname): function
7 fn create_dir() {} in create_dir() function
36 pub fn create_dir<P: AsRef<Path>>(path: P) -> Result<()> { in create_dir() function
462 fn create_dir(sess: &Session, path: &Path, dir_tag: &str) -> Result<(), ErrorGuaranteed> { in create_dir() function
238 int create_dir) /* I - 1 = create directory, -1 = create w/o logging, 0 = not */ in cupsdCheckPermissions()
70 static void create_dir(const char* name) { in create_dir() function
2203 pub fn create_dir<P: AsRef<Path>>(path: P) -> io::Result<()> { in create_dir() function
619 static int create_dir(const char *path, const char **dir_files) in create_dir() function
95 mod create_dir; module
1662 fn create_dir(&self, dir: &Path) { in create_dir() method