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

/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/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/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/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/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/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 6576 milliseconds