Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-filepath.cc312 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
319 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h155 bool CreateFolder() const;
/device/generic/vulkan-cereal/third-party/googletest/googletest/test/
Dgtest_unittest.cc6324 EXPECT_TRUE(testdata_path_.CreateFolder()); in SetUp()