Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/io/
DPipedReader.java191 IoUtils.throwInterruptedIoException(); in receive()
264 IoUtils.throwInterruptedIoException(); in read()
DPipedInputStream.java280 IoUtils.throwInterruptedIoException(); in awaitSpace()
335 IoUtils.throwInterruptedIoException(); in read()
/libcore/luni/src/main/java/libcore/io/
DIoUtils.java171 public static void throwInterruptedIoException() throws InterruptedIOException { in throwInterruptedIoException() method in IoUtils