Home
last modified time | relevance | path

Searched defs:rethrowAsIOException (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixException.java94 void rethrowAsIOException(String file) throws IOException { in rethrowAsIOException() method in UnixException
99 void rethrowAsIOException(UnixPath file, UnixPath other) throws IOException { in rethrowAsIOException() method in UnixException
106 void rethrowAsIOException(UnixPath file) throws IOException { in rethrowAsIOException() method in UnixException
/libcore/luni/src/main/java/android/system/
DErrnoException.java75 public @NonNull IOException rethrowAsIOException() throws IOException { in rethrowAsIOException() method in ErrnoException