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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8045 posix::StatStruct file_stat;
8072 posix::StatStruct file_stat;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 117 milliseconds