Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path.cc271 std::vector<StringType>::const_iterator parent_comp = in AppendRelativePath() local
280 if ((FindDriveLetter(*parent_comp) != StringType::npos) && in AppendRelativePath()
282 if (!StartsWith(*parent_comp, *child_comp, CompareCase::INSENSITIVE_ASCII)) in AppendRelativePath()
284 ++parent_comp; in AppendRelativePath()
289 while (parent_comp != parent_components.end()) { in AppendRelativePath()
290 if (*parent_comp != *child_comp) in AppendRelativePath()
292 ++parent_comp; in AppendRelativePath()