Searched defs:RecursivelyCreateDir (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc100 bool File::RecursivelyCreateDir(const string& path, int mode) { function in class:google::protobuf::File
112 return RecursivelyCreateDir(path.substr(0, slashpos), mode) &&
/external/protobuf/src/google/protobuf/testing/
H A Dfile.cc100 bool File::RecursivelyCreateDir(const string& path, int mode) { function in class:google::protobuf::File
112 return RecursivelyCreateDir(path.substr(0, slashpos), mode) &&

Completed in 49 milliseconds