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

/external/chromium_org/testing/gtest/test/
H A Dgtest_premature_exit_test.cc43 using ::testing::internal::posix::StatStruct;
55 StatStruct stat;
/external/gtest/test/
H A Dgtest_premature_exit_test.cc43 using ::testing::internal::posix::StatStruct;
55 StatStruct stat;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h841 typedef struct _stat StatStruct; typedef in namespace:testing::internal::posix
867 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
869 inline bool IsDir(const StatStruct& st) {
876 typedef struct stat StatStruct;
880 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
886 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/external/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc216 posix::StatStruct file_stat;
243 posix::StatStruct file_stat;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-filepath.cc209 posix::StatStruct file_stat;
236 posix::StatStruct file_stat;
/external/gtest/src/
H A Dgtest-filepath.cc211 posix::StatStruct file_stat;
238 posix::StatStruct file_stat;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc207 posix::StatStruct file_stat;
234 posix::StatStruct file_stat;
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc209 posix::StatStruct file_stat;
236 posix::StatStruct file_stat;
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc178 posix::StatStruct file_stat;
205 posix::StatStruct file_stat;
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2194 typedef struct _stat StatStruct; typedef in namespace:testing::internal::posix
2220 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
2222 inline bool IsDir(const StatStruct& st) {
2229 typedef struct stat StatStruct;
2233 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
2239 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1552 typedef struct _stat StatStruct; typedef in namespace:testing::internal::posix
1578 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
1580 inline bool IsDir(const StatStruct& st) {
1587 typedef struct stat StatStruct;
1591 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
1597 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1704 typedef struct _stat StatStruct; typedef in namespace:testing::internal::posix
1730 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
1732 inline bool IsDir(const StatStruct& st) {
1739 typedef struct stat StatStruct;
1743 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
1749 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1562 typedef struct _stat StatStruct; typedef in namespace:testing::internal::posix
1588 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
1590 inline bool IsDir(const StatStruct& st) {
1597 typedef struct stat StatStruct;
1601 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
1607 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1552 typedef struct _stat StatStruct; typedef in namespace:testing::internal::posix
1578 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
1580 inline bool IsDir(const StatStruct& st) {
1587 typedef struct stat StatStruct;
1591 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
1597 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8043 posix::StatStruct file_stat;
8070 posix::StatStruct file_stat;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8045 posix::StatStruct file_stat;
8072 posix::StatStruct file_stat;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2811 typedef struct _stat StatStruct; typedef in namespace:std::tr1::posix
2837 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
2839 inline bool IsDir(const StatStruct& st) {
2846 typedef struct stat StatStruct;
2850 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
2856 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2811 typedef struct _stat StatStruct; typedef in namespace:std::tr1::posix
2837 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
2839 inline bool IsDir(const StatStruct& st) {
2846 typedef struct stat StatStruct;
2850 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
2856 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }

Completed in 3508 milliseconds