Searched refs:is_drive_relative (Results 1 – 1 of 1) sorted by relevance
127 bool is_drive_relative(const char_type* path) { in is_drive_relative() function224 if (is_separator(path[0]) || is_drive_relative(path)) { in as_windows_path()