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

/gem5/ext/googletest/googletest/test/
H A Dgtest_premature_exit_test.cc43 using ::testing::internal::posix::StatStruct;
51 StatStruct stat;
/gem5/ext/googletest/googletest/src/
H A Dgtest-filepath.cc216 posix::StatStruct file_stat;
243 posix::StatStruct file_stat;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2303 typedef struct _stat StatStruct; typedef in namespace:testing::internal::posix
2329 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
2331 inline bool IsDir(const StatStruct& st) {
2338 typedef struct stat StatStruct;
2342 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
2348 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }

Completed in 15 milliseconds