Searched refs:IsAbsolutePath (Results 1 – 8 of 8) sorted by relevance
251 return pathname_.length() == 3 && IsAbsolutePath(); in IsRootDirectory()258 bool FilePath::IsAbsolutePath() const { in IsAbsolutePath() function in testing::internal::FilePath
464 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()
177 bool IsAbsolutePath() const;
83 bool IsAbsolutePath(const char *path);
55 if (!FileExists(file_path) && !IsAbsolutePath(file_path) && in FindFile()
269 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
568 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
459 bool IsAbsolutePath = Path.length() > 1 && Path[0] == '/'; in ExecuteCommand() local460 if (!IsAbsolutePath && Cmd.hasFlag("artifact_prefix")) in ExecuteCommand()