Home
last modified time | relevance | path

Searched refs:CreateDir (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/src/google/protobuf/testing/
Dfile.cc123 bool File::CreateDir(const string& name, int mode) { in CreateDir() function in google::protobuf::File
131 if (CreateDir(path, mode)) return true; in RecursivelyCreateDir()
143 CreateDir(path, mode); in RecursivelyCreateDir()
Dfile.h67 static bool CreateDir(const string& name, int mode);
/third_party/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc273 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()
Dcommand_line_interface_unittest.cc276 GOOGLE_CHECK_OK(File::CreateDir(temp_directory_, 0777)); in SetUp()
/third_party/lzma/CPP/Windows/
DFileDir.cpp309 bool CreateDir(CFSTR path) in CreateDir() function
460 if (!CreateDir(path)) in CreateComplexDir()
732 if (CreateDir(path)) in CreateTempFile()
883 bool CreateDir(CFSTR path) in CreateDir() function
DFileDir.h51 bool CreateDir(CFSTR path);
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.cpp90 CreateDir(fullPath); in CreateComplexDirectory()
/third_party/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp494 CreateDir(fullPath); in CreateComplexDirectory()