Home
last modified time | relevance | path

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

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