Home
last modified time | relevance | path

Searched refs:RecursivelyCreateDir (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/testing/
Dfile.cc118 bool File::RecursivelyCreateDir(const string& path, int mode) { in RecursivelyCreateDir() function in google::protobuf::File
130 return RecursivelyCreateDir(path.substr(0, slashpos), mode) && in RecursivelyCreateDir()
Dfile.h70 static bool RecursivelyCreateDir(const string& path, int mode);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc374 GOOGLE_CHECK_OK(File::RecursivelyCreateDir(temp_directory_ + "/" + dir, in Run()
387 GOOGLE_CHECK_OK(File::RecursivelyCreateDir(temp_directory_ + "/" + name, in Run()