Home
last modified time | relevance | path

Searched defs:icount (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java461 private long transferToDirectlyInternal(long position, int icount, in transferToDirectlyInternal()
500 private long transferToDirectly(long position, int icount, in transferToDirectly()
599 private long transferToArbitraryChannel(long position, int icount, in transferToArbitraryChannel()
652 int icount = (int)Math.min(count, Integer.MAX_VALUE); in transferTo() local