Home
last modified time | relevance | path

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

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