Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-filepath.cc344 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
351 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h163 bool CreateFolder() const;
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc6279 EXPECT_TRUE(testdata_path_.CreateFolder()); in SetUp()