Home
last modified time | relevance | path

Searched refs:IsWindowsAbsolutePath (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dimporter.cc72 static bool IsWindowsAbsolutePath(const string& text) { in IsWindowsAbsolutePath() function
331 IsWindowsAbsolutePath(filename)) { in ApplyMapping()
Dcommand_line_interface.cc124 static bool IsWindowsAbsolutePath(const string& text) { in IsWindowsAbsolutePath() function
1326 if (colon_pos == string::npos || IsWindowsAbsolutePath(value)) { in InterpretArgument()