Searched defs:StatStruct (Results 1 - 9 of 9) sorted by relevance

/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/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/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/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/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/protobuf/gtest/fused-src/gtest/
H A Dgtest.h2337 typedef struct _stat StatStruct; typedef in namespace:std::tr1::posix
2363 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
2365 inline bool IsDir(const StatStruct& st) {
2372 typedef struct stat StatStruct;
2376 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
2382 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); }
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/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 296 milliseconds