Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.cc73 static bool IsWindowsAbsolutePath(const std::string& text) { in IsWindowsAbsolutePath() function
344 if (HasPrefixString(filename, "/") || IsWindowsAbsolutePath(filename)) { in ApplyMapping()
Dcommand_line_interface.cc118 static bool IsWindowsAbsolutePath(const std::string& text) { in IsWindowsAbsolutePath() function
1855 if (colon_pos == std::string::npos || IsWindowsAbsolutePath(value)) { in InterpretArgument()