Searched refs:child_comp (Results 1 – 1 of 1) sorted by relevance
274 std::vector<StringType>::const_iterator child_comp = in AppendRelativePath() local282 (FindDriveLetter(*child_comp) != StringType::npos)) { in AppendRelativePath()283 if (!StartsWith(*parent_comp, *child_comp, CompareCase::INSENSITIVE_ASCII)) in AppendRelativePath()286 ++child_comp; in AppendRelativePath()291 if (*parent_comp != *child_comp) in AppendRelativePath()294 ++child_comp; in AppendRelativePath()298 for (; child_comp != child_components.end(); ++child_comp) { in AppendRelativePath()299 *path = path->Append(*child_comp); in AppendRelativePath()