Searched defs:IsAbsolutePath (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-filepath.cc251 return pathname_.length() == 3 && IsAbsolutePath();
258 bool FilePath::IsAbsolutePath() const { function in class:testing::internal::FilePath
/external/gtest/src/
H A Dgtest-filepath.cc253 return pathname_.length() == 3 && IsAbsolutePath();
260 bool FilePath::IsAbsolutePath() const { function in class:testing::internal::FilePath
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc249 return pathname_.length() == 3 && IsAbsolutePath();
256 bool FilePath::IsAbsolutePath() const { function in class:testing::internal::FilePath
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc251 return pathname_.length() == 3 && IsAbsolutePath();
258 bool FilePath::IsAbsolutePath() const { function in class:testing::internal::FilePath
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc251 return pathname_.length() == 3 && IsAbsolutePath();
258 bool FilePath::IsAbsolutePath() const { function in class:testing::internal::FilePath
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc349 bool IsAbsolutePath(const char *path) { function in namespace:__sanitizer
H A Dsanitizer_win.cc304 bool IsAbsolutePath(const char *path) { function in namespace:__sanitizer

Completed in 284 milliseconds