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

  /external/chromium/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 78 const DWORD kInvalidFileAttributes = 0xffffffff;
174 return attributes != kInvalidFileAttributes;
198 if ((attributes != kInvalidFileAttributes) &&
  /external/llvm/utils/unittest/googletest/
gtest-filepath.cc 80 const DWORD kInvalidFileAttributes = 0xffffffff;
207 return attributes != kInvalidFileAttributes;
231 if ((attributes != kInvalidFileAttributes) &&
  /external/protobuf/gtest/src/
gtest-filepath.cc 74 const DWORD kInvalidFileAttributes = 0xffffffff;
176 return attributes != kInvalidFileAttributes;
200 if ((attributes != kInvalidFileAttributes) &&

Completed in 132 milliseconds