Home
last modified time | relevance | path

Searched defs:IsDirectory (Results 1 – 8 of 8) sorted by relevance

/third_party/gn/src/base/files/
Dfile_enumerator_posix.cc40 bool FileEnumerator::FileInfo::IsDirectory() const { in IsDirectory() function in base::FileEnumerator::FileInfo
Dfile_enumerator_win.cc41 bool FileEnumerator::FileInfo::IsDirectory() const { in IsDirectory() function in base::FileEnumerator::FileInfo
/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils_win.cpp117 bool IsDirectory(const char *filename) in IsDirectory() function
Dsystem_utils_posix.cpp173 bool IsDirectory(const char *filename) in IsDirectory() function
/third_party/mesa3d/src/gtest/src/
Dgtest-filepath.cc293 bool FilePath::IsDirectory() const { in IsDirectory() function in testing::internal::FilePath
/third_party/googletest/googletest/src/
Dgtest-filepath.cc324 bool FilePath::IsDirectory() const { in IsDirectory() function in testing::internal::FilePath
/third_party/node/deps/googletest/src/
Dgtest-filepath.cc326 bool FilePath::IsDirectory() const { in IsDirectory() function in testing::internal::FilePath
/third_party/googletest/googletest/test/
Dgoogletest-filepath-test.cc612 TEST(FilePathTest, IsDirectory) { in TEST() argument