Searched defs:kInvalidFileAttributes (Results 1 - 6 of 6) sorted by relevance

/external/chromium/testing/gtest/src/
H A Dgtest-filepath.cc80 const DWORD kInvalidFileAttributes = 0xffffffff; member in namespace:testing::internal
207 return attributes != kInvalidFileAttributes;
231 if ((attributes != kInvalidFileAttributes) &&
/external/gtest/src/
H A Dgtest-filepath.cc80 const DWORD kInvalidFileAttributes = 0xffffffff; member in namespace:testing::internal
207 return attributes != kInvalidFileAttributes;
231 if ((attributes != kInvalidFileAttributes) &&
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-filepath.cc80 const DWORD kInvalidFileAttributes = 0xffffffff; member in namespace:testing::internal
207 return attributes != kInvalidFileAttributes;
231 if ((attributes != kInvalidFileAttributes) &&
/external/llvm/utils/unittest/googletest/
H A Dgtest-filepath.cc79 const DWORD kInvalidFileAttributes = 0xffffffff; member in namespace:testing::internal
205 return attributes != kInvalidFileAttributes;
229 if ((attributes != kInvalidFileAttributes) &&
/external/open-vcdiff/gtest/src/
H A Dgtest-filepath.cc74 const DWORD kInvalidFileAttributes = 0xffffffff; member in namespace:testing::internal
176 return attributes != kInvalidFileAttributes;
200 if ((attributes != kInvalidFileAttributes) &&
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc74 const DWORD kInvalidFileAttributes = 0xffffffff; member in namespace:testing::internal
176 return attributes != kInvalidFileAttributes;
200 if ((attributes != kInvalidFileAttributes) &&

Completed in 37 milliseconds