Home
last modified time | relevance | path

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

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