Searched defs:IsAbsolutePath (Results 1 – 6 of 6) sorted by relevance
258 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
302 bool FilePath::IsAbsolutePath() const { return CalculateRootLength() > 0; } in IsAbsolutePath() function in testing::internal::FilePath
298 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
273 bool IsAbsolutePath(const wchar_t *s) throw() in IsAbsolutePath() function400 bool IsAbsolutePath(const wchar_t *s) throw() { return IS_SEPAR(s[0]); } in IsAbsolutePath() function
620 TEST(FilePathTest, IsAbsolutePath) { in TEST() argument
854 bool IsAbsolutePath(const std::string& path) { in IsAbsolutePath() function