Lines Matching full:component
41 // final path component (BaseName), and appending a relative pathname string
156 // A special path component meaning "this directory."
159 // A special path component meaning "the parent directory."
190 // equivalent to calling DirName().value() on the path's root component,
191 // and BaseName().value() on each child component.
212 // named by this object, stripping away the file component. If this object
213 // only contains one component, returns a FilePath identifying
218 // Returns a FilePath corresponding to the last path component of this
268 // component to this object's path. Append takes care to avoid adding
271 // only to |component| is returned. |component| must be a relative path;
273 FilePath Append(const StringType& component) const WARN_UNUSED_RESULT;
274 FilePath Append(const FilePath& component) const WARN_UNUSED_RESULT;
282 FilePath AppendASCII(const base::StringPiece& component)
303 // directory (i.e. has a path component that is ".."