Lines Matching defs:components
119 // extension components of '.tar.gz' and '.tar.Z' respectively.
215 void FilePath::GetComponents(std::vector<StringType>* components) const {
216 DCHECK(components);
217 if (!components)
219 components->clear();
227 // Capture path components.
247 *components = std::vector<StringType>(ret_val.rbegin(), ret_val.rend());
548 std::vector<StringType> components;
549 GetComponents(&components);
551 std::vector<StringType>::const_iterator it = components.begin();
552 for (; it != components.end(); ++it) {
554 // Windows has odd, undocumented behavior with path components containing