Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java551 private long transferToTrustedChannel(long position, long count, in transferToTrustedChannel() method in FileChannelImpl
663 if ((n = transferToTrustedChannel(position, icount, target)) >= 0) in transferTo()