reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googletest/include/gtest/internal/gtest-port.h
 2351 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
 2357 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
utils/unittest/googletest/src/gtest-filepath.cc
  216   posix::StatStruct file_stat;
  243   posix::StatStruct file_stat;