Lines Matching refs:pathname

55      * Convert the given pathname string to normal form.  If the string is
61 * Compute the length of this pathname string's prefix. The pathname
67 * Resolve the child pathname string against the parent.
74 * Return the parent pathname string to be used when the parent-directory
76 * pathname.
92 * Tell whether or not the given abstract pathname is absolute.
97 * Resolve the given abstract pathname into absolute form. Invoked by the
115 * by the given abstract pathname, or zero if it does not exist or some
126 * pathname may be accessed by this process. The second argument specifies
133 * or directory denoted by the given abstract pathname, based on the parameters
140 * abstract pathname was last modified, or zero if it does not exist or
147 * pathname, or zero if it does not exist, is a directory, or some other
156 * Create a new empty file with the given pathname. Return
158 * file or directory with the given pathname already exists. Throw an
161 public abstract boolean createFileExclusively(String pathname)
165 * Delete the file or directory denoted by the given abstract pathname,
172 * pathname. Return an array of strings naming the elements of the
178 * Create a new directory denoted by the given abstract pathname,
184 * Rename the file or directory denoted by the first abstract pathname to
185 * the second abstract pathname, returning <code>true</code> if and only if
192 * given abstract pathname, returning <code>true</code> if and only if the
198 * Mark the file or directory denoted by the given abstract pathname as
227 * Compute the hash code of an abstract pathname.