Home | History | Annotate | Download | only in internal

Lines Matching refs:pathname

48 // FilePath - a class for file and directory pathname manipulation which
49 // handles platform-specific conventions (like the pathname separator).
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) {
98 // Returns a pathname for a file that does not currently exist. The pathname
101 // already exists. The number will be incremented until a pathname is found
156 // Returns true if pathname describes a directory in the file-system
165 // Returns true if pathname describes a root directory. (Windows has one
169 // Returns true if pathname describes an absolute path.
175 // redundancies that might be in a pathname involving "." or "..".
177 // A pathname with multiple consecutive separators may occur either through
178 // user error or as a result of some scripts or APIs that generate a pathname
180 // may NOT generate a pathname with a trailing "/". Then elsewhere that
181 // pathname may have another "/" and pathname components added to it,
187 // a pathname from directory syntax (trailing separator) to filename syntax.