Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/nio/
DFileChannelImpl.java84 private void checkWritable() { in checkWritable() method in FileChannelImpl
295 buffer.checkWritable(); in readImpl()
368 checkWritable(); in transferFrom()
410 ((FileChannelImpl) target).checkWritable(); in transferTo()
458 checkWritable(); in truncate()
485 checkWritable(); in writeImpl()
515 checkWritable(); in write()
529 buffers[i].checkWritable(); in calculateTotalRemaining()
DIoVec.java56 b.checkWritable(); in init()
DBuffer.java266 final void checkWritable() { in checkWritable() method in Buffer
DDatagramChannelImpl.java216 target.checkWritable(); in receive()
319 target.checkWritable(); in read()
DSocketChannelImpl.java299 dst.checkWritable(); in read()