Searched defs:create_dir (Results 1 – 14 of 14) sorted by relevance
49 pub async fn create_dir(path: impl AsRef<Path>) -> io::Result<()> { in create_dir() function
48 mod create_dir; module
11 async fn create_dir() { in create_dir() function
63 def create_dir(dname): function
160 std::string create_dir(std::string filename) { in create_dir() function
31 def create_dir(dst, mode): function
98 def create_dir(path): function
139 def create_dir(self, path): member in OSInterface
455 def create_dir(dirname): function
310 def create_dir(self, dir_path): member in RealFsTestMixin
254 std::string create_dir(fs::path filename_path) { in create_dir() function
242 int create_dir) /* I - 1 = create directory, -1 = create w/o logging, 0 = not */ in cupsdCheckPermissions()
430 void (*create_dir)(const TF_Filesystem* filesystem, const char* path, member
2417 def create_dir(self, directory_path: AnyPath, member in FakeFilesystem