Home
last modified time | relevance | path

Searched refs:transferToDirectlyInternal (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() method in FileChannelImpl
537 return transferToDirectlyInternal(position, icount, in transferToDirectly()
544 return transferToDirectlyInternal(position, icount, target, targetFD); in transferToDirectly()