Searched refs:child_comp (Results 1 – 1 of 1) sorted by relevance
260 std::vector<StringType>::const_iterator child_comp = in AppendRelativePath() local268 (FindDriveLetter(*child_comp) != StringType::npos)) { in AppendRelativePath()269 if (!StartsWith(*parent_comp, *child_comp, false)) in AppendRelativePath()272 ++child_comp; in AppendRelativePath()277 if (*parent_comp != *child_comp) in AppendRelativePath()280 ++child_comp; in AppendRelativePath()284 for (; child_comp != child_components.end(); ++child_comp) { in AppendRelativePath()285 *path = path->Append(*child_comp); in AppendRelativePath()