Searched defs:IsAbsolutePath (Results 1 - 14 of 14) 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/googletest/googletest/src/
H A Dgtest-filepath.cc258 return pathname_.length() == 3 && IsAbsolutePath();
265 bool FilePath::IsAbsolutePath() const { function in class:testing::internal::FilePath
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-filepath.cc258 return pathname_.length() == 3 && IsAbsolutePath();
265 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/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest-filepath.cc251 return pathname_.length() == 3 && IsAbsolutePath();
258 bool FilePath::IsAbsolutePath() const { function in class:testing::internal::FilePath
/external/v8/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/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/chromium-trace/catapult/telemetry/telemetry/testing/
H A Dsystem_stub.py343 def IsAbsolutePath(path): function in function:OsModuleStub.OsPathModuleStub.join
352 if IsAbsolutePath(path):
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc321 bool IsAbsolutePath(const char *path) { function in namespace:__sanitizer
H A Dsanitizer_win.cc385 bool IsAbsolutePath(const char *path) { function in namespace:__sanitizer
/external/v8/src/
H A Dd8.cc516 bool IsAbsolutePath(const std::string& path) { function in namespace:v8::__anon21669
542 DCHECK(IsAbsolutePath(path));
554 if (IsAbsolutePath(path)) {
634 DCHECK(IsAbsolutePath(file_name));

Completed in 571 milliseconds