Searched defs:CreateDir (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/testing/
H A Dfile.cc114 bool File::CreateDir(const string& name, int mode) { function in class:google::protobuf::File
119 if (CreateDir(path, mode)) return true;
131 CreateDir(path, mode);
/external/webrtc/webrtc/test/testsupport/
H A Dfileutils.cc148 if (!CreateDir(path)) {
194 bool CreateDir(std::string directory_name) { function in namespace:webrtc::test
/external/lzma/CPP/Windows/
H A DFileDir.cpp230 WinXP-64 CreateDir():
252 bool CreateDir(CFSTR path) function in namespace:NWindows::NFile::NDir
389 if (!CreateDir(path))
616 if (CreateDir(path))

Completed in 4285 milliseconds