Searched refs:IsDir (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-filepath.cc245 posix::IsDir(file_stat);
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2325 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
2331 inline bool IsDir(const StatStruct& st) { function in namespace:testing::internal::posix
2348 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }

Completed in 15 milliseconds