Searched defs:CreateDirectory (Results 1 – 4 of 4) sorted by relevance
186 bool CreateDirectory(const FilePath& full_path) { in CreateDirectory() function
782 CreateDirectory(char* dirName) in CreateDirectory() function
597 TEST_F(CommandLineInterfaceTest, CreateDirectory) { in Run() argument
869 def CreateDirectory(self, directory_path, perm_bits=PERM_DEF, inode=None): member in FakeFilesystem