Searched refs:path_has_sep (Results 1 – 1 of 1) sorted by relevance
370 bool path_has_sep = !path.empty() && is_separator(path[path.size() - 1]); in append() local374 if (path_has_sep) { in append()