Searched refs:transferToTrustedChannel (Results 1 – 2 of 2) sorted by relevance
127 private long transferToTrustedChannel( in transferToTrustedChannel() method in FileChannelImpl
549 private long transferToTrustedChannel(long position, long count, in transferToTrustedChannel() method in FileChannelImpl661 if ((n = transferToTrustedChannel(position, icount, target)) >= 0) in transferTo()