Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/common/
Dsystem_utils_win.cpp70 bool IsDirectory(const char *filename) in IsDirectory() function
Dsystem_utils_posix.cpp124 bool IsDirectory(const char *filename) in IsDirectory() function
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-filepath.cc294 bool FilePath::IsDirectory() const { in IsDirectory() function in testing::internal::FilePath
/device/generic/vulkan-cereal/third-party/googletest/googletest/test/
Dgoogletest-filepath-test.cc605 TEST(FilePathTest, IsDirectory) { in TEST() argument