Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc9249 bool FilePath::DirectoryExists() const { in DirectoryExists() function in testing::internal::FilePath
9339 if (pathname_.length() == 0 || this->DirectoryExists()) { in CreateDirectoriesRecursively()
9364 return this->DirectoryExists(); // An error is OK if the directory exists. in CreateFolder()
Dgtest.h4556 bool DirectoryExists() const;