Home | History | Annotate | Download | only in files

Lines Matching defs:components

120 // extension components of '.tar.gz' and '.tar.Z' respectively.
220 void FilePath::GetComponents(std::vector<StringType>* components) const {
221 DCHECK(components);
222 if (!components)
224 components->clear();
232 // Capture path components.
252 *components = std::vector<StringType>(ret_val.rbegin(), ret_val.rend());
563 std::vector<StringType> components;
564 GetComponents(&components);
566 std::vector<StringType>::const_iterator it = components.begin();
567 for (; it != components.end(); ++it) {
569 // Windows has odd, undocumented behavior with path components containing