Searched defs:exists (Results 1 - 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
H A DFileURLMapper.java70 * Checks whether the file identified by the URL exists.
72 public boolean exists () { method in class:FileURLMapper
78 return f.exists();
/libcore/ojluni/src/main/java/sun/net/www/protocol/file/
H A DFileURLConnection.java61 boolean exists = false; field in class:FileURLConnection
86 throw new FileNotFoundException(filename + " exists, but is not accessible");
111 exists = file.exists();
114 if (!initializedHeaders || !exists) {
/libcore/ojluni/src/main/java/java/io/
H A DFile.java595 * if a security manager exists and its <code>{@link
623 * if a security manager exists and its <code>{@link
740 * abstract pathname exists <em>and</em> can be read by the
744 * If a security manager exists and its <code>{@link
771 * If a security manager exists and its <code>{@link
788 * exists.
791 * by this abstract pathname exists; <code>false</code> otherwise
794 * If a security manager exists and its <code>{@link
798 public boolean exists() { method in class:File
821 * abstract pathname exists <e
[all...]
/libcore/ojluni/src/main/java/java/nio/file/
H A DFiles.java172 * regular-file} to a size of {@code 0} if it exists.
188 * // always create new file, failing if it already exists
255 * the file already exists or is a symbolic link. When creating a file the
263 * exists, otherwise a new file is created. This option is ignored if the
338 * if a file of that name already exists and the {@link
384 * if a file of that name already exists and the {@link
595 * Creates a new and empty file, failing if the file already exists. The
618 * if a file of that name already exists
663 * that name already exists <i>(optional specific exception)</i>
682 * exists
2382 public static boolean exists(Path path, LinkOption... options) { method in class:Files
[all...]

Completed in 184 milliseconds