Searched refs:incomingFd (Results 1 – 1 of 1) sorted by relevance
619 ParcelFileDescriptor incomingFd) throws IOException { in doWriteInternal() argument673 if (incomingFd != null) { in doWriteInternal()688 FileUtils.copy(incomingFd.getFileDescriptor(), targetFd, (long progress) -> { in doWriteInternal()697 IoUtils.closeQuietly(incomingFd); in doWriteInternal()