Searched refs:IsAbsolutePath (Results 1 – 5 of 5) sorted by relevance
83 bool IsAbsolutePath(const char *path);
55 if (!FileExists(file_path) && !IsAbsolutePath(file_path) && in FindFile()
276 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()