OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateDir
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/src/google/protobuf/testing/
file.h
63
static bool
CreateDir
(const string& name, int mode);
file.cc
96
bool File::
CreateDir
(const string& name, int mode) {
101
if (
CreateDir
(path, mode)) return true;
113
CreateDir
(path, mode);
/external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc
339
GOOGLE_CHECK(File::
CreateDir
(dirnames_[i].c_str(), DEFAULT_FILE_MODE));
354
GOOGLE_CHECK(File::
CreateDir
(dirname.c_str(), DEFAULT_FILE_MODE));
456
ASSERT_TRUE(File::
CreateDir
((dirnames_[0] + "/bar").c_str(),
command_line_interface_unittest.cc
218
GOOGLE_CHECK(File::
CreateDir
(temp_directory_.c_str(), DEFAULT_FILE_MODE));
[
all
...]
Completed in 3541 milliseconds