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

/external/google-breakpad/src/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.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.cc80 const DWORD kInvalidFileAttributes = 0xffffffff; member in namespace:testing::internal
207 return attributes != kInvalidFileAttributes;
231 if ((attributes != kInvalidFileAttributes) &&
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-filepath.cc81 const DWORD kInvalidFileAttributes = 0xffffffff; member in namespace:testing::internal
209 return attributes != kInvalidFileAttributes;
233 if ((attributes != kInvalidFileAttributes) &&
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7914 const DWORD kInvalidFileAttributes = 0xffffffff;
8041 return attributes != kInvalidFileAttributes;
8065 if ((attributes != kInvalidFileAttributes) &&
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc7288 const DWORD kInvalidFileAttributes = 0xffffffff;
7415 return attributes != kInvalidFileAttributes;
7439 if ((attributes != kInvalidFileAttributes) &&
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc7915 const DWORD kInvalidFileAttributes = 0xffffffff;
8043 return attributes != kInvalidFileAttributes;
8067 if ((attributes != kInvalidFileAttributes) &&

Completed in 289 milliseconds