Home | History | Annotate | Download | only in base

Lines Matching refs:comps

492     std::vector<FilePath::StringType> comps;
493 input.GetComponents(&comps);
496 for (size_t j = 0; j < comps.size(); ++j) {
498 observed.append(comps[j]);