Searched defs:IsAbsolutePath (Results 1 – 5 of 5) sorted by relevance
302 bool FilePath::IsAbsolutePath() const { return CalculateRootLength() > 0; } in IsAbsolutePath() function in testing::internal::FilePath
508 bool IsAbsolutePath = Path.length() > 1 && Path[0] == '/'; ExecuteCommand() local
278 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
573 bool IsAbsolutePath(const char *path) { IsAbsolutePath() function
620 TEST(FilePathTest, IsAbsolutePath) { in TEST() argument