Searched refs:CreateFolder (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h150 bool CreateFolder() const;
/gem5/ext/googletest/googletest/src/
H A Dgtest-filepath.cc318 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
325 bool FilePath::CreateFolder() const { function in class:testing::internal::FilePath
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc6417 EXPECT_TRUE(testdata_path_.CreateFolder());

Completed in 31 milliseconds