Searched defs:IsAbsolutePath (Results 1 – 8 of 8) sorted by relevance
258 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
257 bool FilePath::IsAbsolutePath() const { 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
613 TEST(FilePathTest, IsAbsolutePath) { in TEST() argument
620 TEST(FilePathTest, IsAbsolutePath) { in TEST() argument
9439 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath