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