Home
last modified time | relevance | path

Searched refs:transferToDirectlyInternal (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java459 private long transferToDirectlyInternal(long position, int icount, in transferToDirectlyInternal() method in FileChannelImpl
535 return transferToDirectlyInternal(position, icount, in transferToDirectly()
542 return transferToDirectlyInternal(position, icount, target, targetFD); in transferToDirectly()
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java112 private long transferToDirectlyInternal( in transferToDirectlyInternal() method in FileChannelImpl