Searched defs:CreateDir (Results 1 – 4 of 4) sorted by relevance
28 bool CreateDir(const char *pathname) { return false; } CreateDir() function
174 bool CreateDir(const char *pathname) { return mkdir(pathname, 0755) == 0; } in CreateDir() function
595 bool CreateDir(const char *pathname) { CreateDir() function
999 TEST_F(FileSystemTest,CreateDir) TEST_F() argument