Searched defs:IsAbsolutePath (Results 1 – 4 of 4) sorted by relevance
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() function402 bool IsAbsolutePath(const wchar_t *s) throw() { return IS_SEPAR(s[0]); } in IsAbsolutePath() function
620 TEST(FilePathTest, IsAbsolutePath) { in TEST() argument