Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path.cc263 std::vector<StringType> child_components; in AppendRelativePath() local
265 child.GetComponents(&child_components); in AppendRelativePath()
268 parent_components.size() >= child_components.size()) in AppendRelativePath()
274 child_components.begin(); in AppendRelativePath()
297 for (; child_comp != child_components.end(); ++child_comp) { in AppendRelativePath()