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

  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 863 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
869 inline bool IsDir(const StatStruct& st) {
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 221 milliseconds