Searched defs:IsAbsolutePath (Results 1 - 10 of 10) 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/lzma/CPP/Windows/
H A DFileName.cpp96 bool IsAbsolutePath(const wchar_t *s) throw() function in namespace:NWindows::NFile::NName
199 bool IsAbsolutePath(const wchar_t *s) throw() { return s[0] == WCHAR_PATH_SEPARATOR } function in namespace:NWindows::NFile::NName
/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/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-filepath.cc253 return pathname_.length() == 3 && IsAbsolutePath();
260 bool FilePath::IsAbsolutePath() const { function in class:testing::internal::FilePath
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc287 bool IsAbsolutePath(const char *path) { function in namespace:__sanitizer
H A Dsanitizer_win.cc298 bool IsAbsolutePath(const char *path) { function in namespace:__sanitizer
/external/chromium-trace/catapult/telemetry/telemetry/testing/
H A Dsystem_stub.py335 def IsAbsolutePath(path): function in function:OsModuleStub.OsPathModuleStub.join
344 if IsAbsolutePath(path):

Completed in 702 milliseconds