Searched refs:kInvalidFileAttributes (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc80 const DWORD kInvalidFileAttributes = 0xffffffff; member in namespace:testing::internal
214 return attributes != kInvalidFileAttributes;
238 if ((attributes != kInvalidFileAttributes) &&
/external/chromium_org/third_party/mesa/src/src/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.cc81 const DWORD kInvalidFileAttributes = 0xffffffff; member in namespace:testing::internal
209 return attributes != kInvalidFileAttributes;
233 if ((attributes != kInvalidFileAttributes) &&
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc79 const DWORD kInvalidFileAttributes = 0xffffffff; member in namespace:testing::internal
205 return attributes != kInvalidFileAttributes;
229 if ((attributes != kInvalidFileAttributes) &&
/external/mesa3d/src/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/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) &&
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7914 const DWORD kInvalidFileAttributes = 0xffffffff;
8041 return attributes != kInvalidFileAttributes;
8065 if ((attributes != kInvalidFileAttributes) &&
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7915 const DWORD kInvalidFileAttributes = 0xffffffff;
8043 return attributes != kInvalidFileAttributes;
8067 if ((attributes != kInvalidFileAttributes) &&

Completed in 292 milliseconds