Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path.cc273 std::vector<StringType>::const_iterator child_comp = in AppendRelativePath() local
281 (FindDriveLetter(*child_comp) != StringType::npos)) { in AppendRelativePath()
282 if (!StartsWith(*parent_comp, *child_comp, CompareCase::INSENSITIVE_ASCII)) in AppendRelativePath()
285 ++child_comp; in AppendRelativePath()
290 if (*parent_comp != *child_comp) in AppendRelativePath()
293 ++child_comp; in AppendRelativePath()
297 for (; child_comp != child_components.end(); ++child_comp) { in AppendRelativePath()
298 *path = path->Append(*child_comp); in AppendRelativePath()