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

/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-filepath.cc209 posix::StatStruct file_stat;
236 posix::StatStruct file_stat;
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1557 typedef struct _stat StatStruct; typedef in namespace:testing::internal::posix
1583 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
1585 inline bool IsDir(const StatStruct& st) {
1592 typedef struct stat StatStruct;
1596 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
1602 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }

Completed in 287 milliseconds