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 char* pathname) : pathname_(pathname) {
68 explicit FilePath(const String& pathname) : pathname_(pathname) {
102 // Returns a pathname for a file that does not currently exist. The pathname
105 // already exists. The number will be incremented until a pathname is found
160 // Returns true if pathname describes a directory in the file-system
169 // Returns true if pathname describes a root directory. (Windows has one
173 // Returns true if pathname describes an absolute path.
179 // redundancies that might be in a pathname involving "." or "..".
181 // A pathname with multiple consecutive separators may occur either through
182 // user error or as a result of some scripts or APIs that generate a pathname
184 // may NOT generate a pathname with a trailing "/". Then elsewhere that
185 // pathname may have another "/" and pathname components added to it,
191 // a pathname from directory syntax (trailing separator) to filename syntax.