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

12

/external/googletest/googletest/test/
H A Dgtest_premature_exit_test.cc43 using ::testing::internal::posix::StatStruct;
51 StatStruct stat;
/external/v8/testing/gtest/test/
H A Dgtest_premature_exit_test.cc43 using ::testing::internal::posix::StatStruct;
51 StatStruct stat;
/external/vulkan-validation-layers/tests/gtest-1.7.0/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.h1275 typedef struct _stat StatStruct; typedef in namespace:testing::internal::posix
1301 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
1303 inline bool IsDir(const StatStruct& st) {
1310 typedef struct stat StatStruct;
1314 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
1320 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-filepath.cc209 posix::StatStruct file_stat;
236 posix::StatStruct file_stat;
/external/googletest/googletest/src/
H A Dgtest-filepath.cc216 posix::StatStruct file_stat;
243 posix::StatStruct file_stat;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-filepath.cc216 posix::StatStruct file_stat;
243 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.cc209 posix::StatStruct file_stat;
236 posix::StatStruct file_stat;
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest-filepath.cc209 posix::StatStruct file_stat;
236 posix::StatStruct file_stat;
/external/v8/testing/gtest/src/
H A Dgtest-filepath.cc216 posix::StatStruct file_stat;
243 posix::StatStruct file_stat;
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-filepath.cc211 posix::StatStruct file_stat;
238 posix::StatStruct file_stat;
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1608 typedef struct _stat StatStruct; typedef in namespace:testing::internal::posix
1634 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
1636 inline bool IsDir(const StatStruct& st) {
1643 typedef struct stat StatStruct;
1647 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
1653 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1565 typedef struct _stat StatStruct; typedef in namespace:testing::internal::posix
1591 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
1593 inline bool IsDir(const StatStruct& st) {
1600 typedef struct stat StatStruct;
1604 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
1610 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/swiftshader/third_party/LLVM/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); }
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1979 typedef struct _stat StatStruct; typedef in namespace:testing::internal::posix
2005 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
2007 inline bool IsDir(const StatStruct& st) {
2014 typedef struct stat StatStruct;
2018 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
2024 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/external/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); }
/external/libvpx/libvpx/third_party/googletest/src/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); }
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2307 typedef struct _stat StatStruct; typedef in namespace:testing::internal::posix
2333 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
2335 inline bool IsDir(const StatStruct& st) {
2342 typedef struct stat StatStruct;
2346 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
2352 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc7417 posix::StatStruct file_stat;
7444 posix::StatStruct file_stat;
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc8045 posix::StatStruct file_stat;
8072 posix::StatStruct file_stat;
/external/fmtlib/test/
H A Dgmock-gtest-all.cc8045 posix::StatStruct file_stat;
8072 posix::StatStruct file_stat;
/external/fmtlib/test/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 567 milliseconds

12