Home
last modified time | relevance | path

Searched defs:exists (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/test/java/util/Scanner/
DFailingConstructors.java59 private static void test(boolean exists, File file) throws Throwable { in test()
114 private static void check(boolean exists, File file) { in check()
/libcore/ojluni/src/main/java/sun/misc/
DFileURLMapper.java72 public boolean exists () { in exists() method in FileURLMapper
/libcore/ojluni/src/main/java/sun/nio/fs/
DAbstractFileSystemProvider.java149 public boolean exists(Path file) { in exists() method in AbstractFileSystemProvider
DUnixFileSystemProvider.java538 public final boolean exists(Path obj) { in exists() method in UnixFileSystemProvider
DUnixNativeDispatcher.java478 static boolean exists(UnixPath path) { in exists() method in UnixNativeDispatcher
/libcore/ojluni/src/main/java/sun/net/www/protocol/file/
DFileURLConnection.java61 boolean exists = false; field in FileURLConnection
/libcore/ojluni/annotations/sdk/nullability/java/io/
DFile.annotated.java74 public boolean exists() { throw new RuntimeException("Stub!"); } in exists() method in File
/libcore/ojluni/annotations/hiddenapi/java/io/
DFile.java123 public boolean exists() { in exists() method in File
/libcore/ojluni/src/main/java/java/io/
DFile.java819 public boolean exists() { in exists() method in File