Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DIoUtils.java46 throw errnoException.rethrowAsIOException(); in close()
99 throw errnoException.rethrowAsIOException(); in setBlocking()
224 throw exception.rethrowAsIOException(); in FileReader()
255 throw e.rethrowAsIOException(); in readFully()
DIoBridge.java76 throw errnoException.rethrowAsIOException(); in available()
481 throw errnoException.rethrowAsIOException(); in read()
501 throw errnoException.rethrowAsIOException(); in write()
/libcore/ojluni/src/main/java/java/io/
DRandomAccessFile.java522 throw errnoException.rethrowAsIOException(); in getFilePointer()
547 throw errnoException.rethrowAsIOException(); in seek()
561 throw errnoException.rethrowAsIOException(); in length()
591 throw errnoException.rethrowAsIOException(); in setLength()
/libcore/luni/src/main/java/android/system/
DErrnoException.java70 public IOException rethrowAsIOException() throws IOException { in rethrowAsIOException() method in ErrnoException
/libcore/luni/src/test/java/libcore/java/io/
DFileInputStreamTest.java259 throw e.rethrowAsIOException(); in getOpenFdsForPrefix()
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java894 e.rethrowAsIOException(); in map()