StatStruct 2862 modules/ts/include/opencv2/ts/ts_gtest.h typedef struct _stat StatStruct; StatStruct 2888 modules/ts/include/opencv2/ts/ts_gtest.h inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } StatStruct 2890 modules/ts/include/opencv2/ts/ts_gtest.h inline bool IsDir(const StatStruct& st) { StatStruct 2897 modules/ts/include/opencv2/ts/ts_gtest.h typedef struct stat StatStruct; StatStruct 2901 modules/ts/include/opencv2/ts/ts_gtest.h inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); } StatStruct 2907 modules/ts/include/opencv2/ts/ts_gtest.h inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); } StatStruct 8086 modules/ts/src/ts_gtest.cpp posix::StatStruct file_stat; StatStruct 8113 modules/ts/src/ts_gtest.cpp posix::StatStruct file_stat;