Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DFileChannelImpl.c292 …NATIVE_METHOD(FileChannelImpl, transferTo0, "(Ljava/io/FileDescriptor;JJLjava/io/FileDescriptor;)J…
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java213 private native long transferTo0( in transferTo0() method in FileChannelImpl
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java477 n = transferTo0(fd, position, icount, targetFD); in transferToDirectlyInternal()
1276 private native long transferTo0(FileDescriptor src, long position, in transferTo0() method in FileChannelImpl