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