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

/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-filepath.cc238 posix::IsDir(file_stat);
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1579 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1585 inline bool IsDir(const StatStruct& st) { function in namespace:testing::internal::posix
1602 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }

Completed in 170 milliseconds