Home
last modified time | relevance | path

Searched refs:translateToIOException (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixException.java77 private IOException translateToIOException(String file, String other) { in translateToIOException() method in UnixException
95 IOException x = translateToIOException(file, null); in rethrowAsIOException()
102 IOException x = translateToIOException(a, b); in rethrowAsIOException()
111 return translateToIOException(file.getPathForExceptionMessage(), null); in asIOException()