Searched refs:directory_path (Results 1 – 2 of 2) sorted by relevance
90 bool EnsureDirectoryExists(const std::string& directory_path) { in EnsureDirectoryExists() argument93 _mkdir(directory_path.c_str()); in EnsureDirectoryExists()95 mkdir(directory_path.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in EnsureDirectoryExists()
34 bool EnsureDirectoryExists(const std::string& directory_path);