Home
last modified time | relevance | path

Searched defs:IsAbsolutePath (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gtest/src/
Dgtest-filepath.cc258 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
/third_party/node/deps/googletest/src/
Dgtest-filepath.cc302 bool FilePath::IsAbsolutePath() const { return CalculateRootLength() > 0; } in IsAbsolutePath() function in testing::internal::FilePath
/third_party/googletest/googletest/src/
Dgtest-filepath.cc298 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
/third_party/lzma/CPP/Windows/
DFileName.cpp273 bool IsAbsolutePath(const wchar_t *s) throw() in IsAbsolutePath() function
400 bool IsAbsolutePath(const wchar_t *s) throw() { return IS_SEPAR(s[0]); } in IsAbsolutePath() function
/third_party/googletest/googletest/test/
Dgoogletest-filepath-test.cc620 TEST(FilePathTest, IsAbsolutePath) { in TEST() argument
/third_party/node/deps/v8/src/d8/
Dd8.cc854 bool IsAbsolutePath(const std::string& path) { in IsAbsolutePath() function