Searched refs:IsWindowsAbsolutePath (Results 1 – 2 of 2) sorted by relevance
72 static bool IsWindowsAbsolutePath(const string& text) { in IsWindowsAbsolutePath() function331 IsWindowsAbsolutePath(filename)) { in ApplyMapping()
124 static bool IsWindowsAbsolutePath(const string& text) { in IsWindowsAbsolutePath() function1326 if (colon_pos == string::npos || IsWindowsAbsolutePath(value)) { in InterpretArgument()