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

/external/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc258 return pathname_.length() == 3 && IsAbsolutePath();
265 bool FilePath::IsAbsolutePath() const { function in class:testing::internal::FilePath
/external/chromium_org/third_party/mesa/src/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/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.cc220 return pathname_.length() == 3 && IsAbsolutePath();
227 bool FilePath::IsAbsolutePath() const { function in class:testing::internal::FilePath
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dsystem_stub.py228 def IsAbsolutePath(path): function in function:OsModuleStub.OsPathModuleStub.join
237 if IsAbsolutePath(path):

Completed in 149 milliseconds