HomeSort by relevance Sort by last modified time
    Searched defs:CreateDir (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/testing/
file.cc 114 bool File::CreateDir(const string& name, int mode) {
119 if (CreateDir(path, mode)) return true;
131 CreateDir(path, mode);
  /external/webrtc/webrtc/test/testsupport/
fileutils.cc 148 if (!CreateDir(path)) {
194 bool CreateDir(std::string directory_name) {
  /external/lzma/CPP/Windows/
FileDir.cpp 229 bool CreateDir(CFSTR path)
270 if (CreateDir(pathName))
295 if (!CreateDir(pathName))
509 if (CreateDir(path))

Completed in 968 milliseconds