Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java461 FileDescriptor targetFD) in transferToDirectlyInternal() argument
477 n = transferTo0(fd, position, icount, targetFD); in transferToDirectlyInternal()
505 FileDescriptor targetFD = null; in transferToDirectly()
509 targetFD = ((FileChannelImpl)target).fd; in transferToDirectly()
521 targetFD = ((SelChImpl)target).getFD(); in transferToDirectly()
524 if (targetFD == null) in transferToDirectly()
527 int targetFDVal = IOUtil.fdVal(targetFD); in transferToDirectly()
536 target, targetFD); in transferToDirectly()
542 return transferToDirectlyInternal(position, icount, target, targetFD); in transferToDirectly()
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java116 java.io.FileDescriptor targetFD) in transferToDirectlyInternal() argument