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