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