HomeSort by relevance Sort by last modified time
    Searched refs:CreateDirectoriesRecursively (Results 1 - 4 of 4) sorted by null

  /external/gtest/include/gtest/internal/
gtest-filepath.h 148 bool CreateDirectoriesRecursively() const;
190 // it is called in CreateDirectoriesRecursively() assuming that it will change
  /external/gtest/test/
gtest-filepath_test.cc 506 TEST_F(DirectoryCreationTest, CreateDirectoriesRecursively) {
508 EXPECT_TRUE(testdata_path_.CreateDirectoriesRecursively());
514 EXPECT_TRUE(testdata_path_.CreateDirectoriesRecursively());
516 EXPECT_TRUE(testdata_path_.CreateDirectoriesRecursively());
525 testdata_path_.CreateDirectoriesRecursively();
543 EXPECT_FALSE(testdata_file_.CreateDirectoriesRecursively());
548 EXPECT_FALSE(test_detail_xml.CreateDirectoriesRecursively());
  /external/gtest/src/
gtest-filepath.cc 271 bool FilePath::CreateDirectoriesRecursively() const {
281 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
gtest.cc     [all...]

Completed in 27 milliseconds