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