Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/nio/
DIoVec.java29 enum Direction { READV, WRITEV }; enumConstant
55 if (direction == Direction.READV) { in init()
74 if (direction == Direction.READV) { in doTransfer()
DFileChannelImpl.java351 return transferIoVec(new IoVec(buffers, offset, length, IoVec.Direction.READV)); in read()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DFileIOInterruptTest.java186 testChannelRead_exceptionWhenAlreadyClosed(ChannelReader.Method.READV); in testChannelReadV_exceptionWhenAlreadyClosed()
218 testChannelRead_exceptionWhenAlreadyInterrupted(ChannelReader.Method.READV); in testChannelReadV_exceptionWhenAlreadyInterrupted()
255 testChannelRead_exceptionOnCloseWhenBlocked(ChannelReader.Method.READV); in testChannelReadV_exceptionOnCloseWhenBlocked()
288 testChannelRead_exceptionOnInterrupt(ChannelReader.Method.READV); in testChannelReadV_exceptionOnInterrupt()
527 READV, enumConstant