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()
122 static bool IsWindowsAbsolutePath(const string& text) { in IsWindowsAbsolutePath() function1334 if (colon_pos == string::npos || IsWindowsAbsolutePath(value)) { in InterpretArgument()