Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path.cc274 std::vector<StringType>::const_iterator child_comp = in AppendRelativePath() local
282 (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()