Searched refs:IsAbsolutePath (Results 1 – 8 of 8) sorted by relevance
177 bool IsAbsolutePath() const;
84 bool IsAbsolutePath(const char *path);
55 if (!FileExists(file_path) && !IsAbsolutePath(file_path) && in FindFile()
278 bool IsAbsolutePath(const char *path) { in IsAbsolutePath() function
586 bool IsAbsolutePath(const char *path) { in NanoTime() 569 bool IsAbsolutePath(const char *path) { IsAbsolutePath() function
509 bool IsAbsolutePath = Path.length() > 1 && Path[0] == '/'; in ExecuteCommand() local 510 if (!IsAbsolutePath && Cmd.hasFlag("artifact_prefix")) in ExecuteCommand()
302 bool FilePath::IsAbsolutePath() const { return CalculateRootLength() > 0; } in IsAbsolutePath() function in testing::internal::FilePath
683 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()