Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_path.cc265 std::vector<StringType>::const_iterator child_comp = child_components.begin(); in AppendRelativePath() local
272 (FindDriveLetter(*child_comp) != StringType::npos)) { in AppendRelativePath()
273 if (!StartsWith(*parent_comp, *child_comp, CompareCase::INSENSITIVE_ASCII)) in AppendRelativePath()
276 ++child_comp; in AppendRelativePath()
281 if (*parent_comp != *child_comp) in AppendRelativePath()
284 ++child_comp; in AppendRelativePath()
288 for (; child_comp != child_components.end(); ++child_comp) { in AppendRelativePath()
289 *path = path->Append(*child_comp); in AppendRelativePath()