Home
last modified time | relevance | path

Searched refs:child_comp (Results 1 – 1 of 1) sorted by relevance

/external/chromium/base/
Dfile_path.cc260 std::vector<StringType>::const_iterator child_comp = in AppendRelativePath() local
268 (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()