Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
H A Dfile_path.cc256 std::vector<StringType> child_components; in AppendRelativePath() local
258 child.GetComponents(&child_components); in AppendRelativePath()
261 parent_components.size() >= child_components.size()) in AppendRelativePath()
266 std::vector<StringType>::const_iterator child_comp = child_components.begin(); in AppendRelativePath()
289 for (; child_comp != child_components.end(); ++child_comp) { in AppendRelativePath()

Completed in 2 milliseconds