Searched refs:component_has_sep (Results 1 – 4 of 4) sorted by relevance
372 bool component_has_sep = !i->empty() && is_separator((*i)[0]); in append() local385 if (!component_has_sep && !(path.empty() || is_root_name)) { in append()
465 bool component_has_sep = !component.empty() && is_separator(component[0]); in append() local478 if (!component_has_sep && !(path.empty() || is_root_name)) { in append()
459 bool component_has_sep = in append() local461 if (!component_has_sep && in append()