Searched refs:IsWindowsAbsolutePath (Results 1 – 2 of 2) sorted by relevance
76 static bool IsWindowsAbsolutePath(const std::string& text) { in IsWindowsAbsolutePath() function346 if (HasPrefixString(filename, "/") || IsWindowsAbsolutePath(filename)) { in ApplyMapping()
119 static bool IsWindowsAbsolutePath(const std::string& text) { in IsWindowsAbsolutePath() function1728 if (colon_pos == std::string::npos || IsWindowsAbsolutePath(value)) { in InterpretArgument()