Home
last modified time | relevance | path

Searched defs:IsRootDirectory (Results 1 – 3 of 3) sorted by relevance

/third_party/googletest/googletest/src/
Dgtest-filepath.cc295 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/third_party/mesa3d/src/gtest/src/
Dgtest-filepath.cc291 bool FilePath::IsRootDirectory() const { in IsRootDirectory() function in testing::internal::FilePath
/third_party/googletest/googletest/test/
Dgoogletest-filepath-test.cc640 TEST(FilePathTest, IsRootDirectory) { in TEST() argument