Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java479 n = transferTo0(fd, position, icount, targetFD); in transferToDirectlyInternal()
1278 private native long transferTo0(FileDescriptor src, long position, in transferTo0() method in FileChannelImpl