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
509 bool IsAbsolutePath = Path.length() > 1 && Path[0] == '/'; in ExecuteCommand() local
278 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
569 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
620 TEST(FilePathTest, IsAbsolutePath) { in TEST() argument