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

  /external/chromium_org/testing/gtest/test/
gtest_premature_exit_test.cc 43 using ::testing::internal::posix::StatStruct;
55 StatStruct stat;
  /external/gtest/test/
gtest_premature_exit_test.cc 43 using ::testing::internal::posix::StatStruct;
55 StatStruct stat;
  /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_org/testing/gtest/src/
gtest-filepath.cc 209 posix::StatStruct file_stat;
236 posix::StatStruct file_stat;
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-filepath.cc 209 posix::StatStruct file_stat;
236 posix::StatStruct file_stat;
  /external/gtest/src/
gtest-filepath.cc 211 posix::StatStruct file_stat;
238 posix::StatStruct file_stat;
  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 207 posix::StatStruct file_stat;
234 posix::StatStruct file_stat;
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 209 posix::StatStruct file_stat;
236 posix::StatStruct file_stat;
  /external/protobuf/gtest/src/
gtest-filepath.cc 178 posix::StatStruct file_stat;
205 posix::StatStruct file_stat;
  /ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 211 posix::StatStruct file_stat;
238 posix::StatStruct file_stat;
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 890 milliseconds