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

  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 79 const DWORD kInvalidFileAttributes = 0xffffffff;
205 return attributes != kInvalidFileAttributes;
229 if ((attributes != kInvalidFileAttributes) &&
  /external/google-breakpad/src/testing/gtest/src/
gtest-filepath.cc 80 const DWORD kInvalidFileAttributes = 0xffffffff;
207 return attributes != kInvalidFileAttributes;
231 if ((attributes != kInvalidFileAttributes) &&
  /external/gtest/src/
gtest-filepath.cc 81 const DWORD kInvalidFileAttributes = 0xffffffff;
209 return attributes != kInvalidFileAttributes;
233 if ((attributes != kInvalidFileAttributes) &&
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 80 const DWORD kInvalidFileAttributes = 0xffffffff;
207 return attributes != kInvalidFileAttributes;
231 if ((attributes != kInvalidFileAttributes) &&
  /external/protobuf/gtest/src/
gtest-filepath.cc 80 const DWORD kInvalidFileAttributes = 0xffffffff;
207 return attributes != kInvalidFileAttributes;
231 if ((attributes != kInvalidFileAttributes) &&
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc 81 const DWORD kInvalidFileAttributes = 0xffffffff;
209 return attributes != kInvalidFileAttributes;
233 if ((attributes != kInvalidFileAttributes) &&
  /ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 81 const DWORD kInvalidFileAttributes = 0xffffffff;
209 return attributes != kInvalidFileAttributes;
233 if ((attributes != kInvalidFileAttributes) &&

Completed in 341 milliseconds