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; } in CreateDir() function
569 bool CreateDir(const char *pathname) { return _mkdir(pathname) == 0; } in CreateDir() function