Lines Matching refs:pathname
58 // FilePath - a class for file and directory pathname manipulation which
59 // handles platform-specific conventions (like the pathname separator).
74 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
105 // Returns a pathname for a file that does not currently exist. The pathname
108 // already exists. The number will be incremented until a pathname is found
163 // Returns true if pathname describes a directory in the file-system
172 // Returns true if pathname describes a root directory. (Windows has one
176 // Returns true if pathname describes an absolute path.
182 // redundancies that might be in a pathname involving "." or "..".
184 // A pathname with multiple consecutive separators may occur either through
185 // user error or as a result of some scripts or APIs that generate a pathname
187 // may NOT generate a pathname with a trailing "/". Then elsewhere that
188 // pathname may have another "/" and pathname components added to it,
194 // a pathname from directory syntax (trailing separator) to filename syntax.