Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java121 private long transferToDirectly( in transferToDirectly() method in FileChannelImpl
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java498 private long transferToDirectly(long position, int icount, in transferToDirectly() method in FileChannelImpl
657 if ((n = transferToDirectly(position, icount, target)) >= 0) in transferTo()