Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h150 bool CreateFolder() const;
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-filepath.cc313 return parent.CreateDirectoriesRecursively() && this->CreateFolder(); in CreateDirectoriesRecursively()
320 bool FilePath::CreateFolder() const { in CreateFolder() function in testing::internal::FilePath