HomeSort by relevance Sort by last modified time
    Searched defs:StatStruct (Results 1 - 3 of 3) sorted by null

  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 841 typedef struct _stat StatStruct;
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); }
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 63 milliseconds