Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dio_win32.cc131 bool is_drive_relative(const char_type* path) { in is_drive_relative() function
228 if (is_separator(path[0]) || is_drive_relative(path)) { in as_windows_path()