Searched refs:targetFD (Results 1 – 2 of 2) sorted by relevance
461 FileDescriptor targetFD) in transferToDirectlyInternal() argument477 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()
116 java.io.FileDescriptor targetFD) in transferToDirectlyInternal() argument