Searched refs:CreateDir (Results 1 – 8 of 8) sorted by relevance
123 bool File::CreateDir(const string& name, int mode) { in CreateDir() function in google::protobuf::File131 if (CreateDir(path, mode)) return true; in RecursivelyCreateDir()143 CreateDir(path, mode); in RecursivelyCreateDir()
67 static bool CreateDir(const string& name, int mode);
273 GOOGLE_CHECK_OK(File::CreateDir(dirnames_[i], 0777)); in SetUp()290 GOOGLE_CHECK_OK(File::CreateDir(dirname, 0777)); in AddSubdir()404 GOOGLE_CHECK_OK(File::CreateDir(dirnames_[0] + "/bar", 0777)); in TEST_F()
276 GOOGLE_CHECK_OK(File::CreateDir(temp_directory_, 0777)); in SetUp()
309 bool CreateDir(CFSTR path) in CreateDir() function460 if (!CreateDir(path)) in CreateComplexDir()732 if (CreateDir(path)) in CreateTempFile()883 bool CreateDir(CFSTR path) in CreateDir() function
51 bool CreateDir(CFSTR path);
90 CreateDir(fullPath); in CreateComplexDirectory()
494 CreateDir(fullPath); in CreateComplexDirectory()