Searched refs:CreateDir (Results 1 – 6 of 6) sorted by relevance
28 bool CreateDir(const char *pathname) { return false; } in CreateDir() function
85 bool CreateDir(const char *pathname);
87 if (!DirExists(path) && !CreateDir(path)) { in RecursiveCreateParentDirs()
154 bool CreateDir(const char *pathname) { return mkdir(pathname, 0755) == 0; } in CreateDir() function
594 bool CreateDir(const char *pathname) { in CreateDir() function
968 TEST_F(FileSystemTest, CreateDir) { in TEST_F() argument