Searched refs:base_has_trailing_sep (Results 1 – 1 of 1) sorted by relevance
180 const bool base_has_trailing_sep = (!base->empty() && *(base->end() - 1) == sDirSep); in AppendPath() local182 if (base_has_trailing_sep && part_has_leading_sep) { in AppendPath()185 } else if (!base_has_trailing_sep && !part_has_leading_sep) { in AppendPath()