Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
H A Dfile_path.cc266 std::vector<StringType>::const_iterator child_comp = child_components.begin(); in AppendRelativePath() local
273 (FindDriveLetter(*child_comp) != StringType::npos)) { in AppendRelativePath()
274 if (!StartsWithCaseInsensitiveASCII(*parent_comp, *child_comp)) in AppendRelativePath()
277 ++child_comp; in AppendRelativePath()
282 if (*parent_comp != *child_comp) in AppendRelativePath()
285 ++child_comp; in AppendRelativePath()
289 for (; child_comp != child_components.end(); ++child_comp) { in AppendRelativePath()
290 *path = path->Append(*child_comp); in AppendRelativePath()

Completed in 2 milliseconds