Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java711 ParcelFileDescriptor incomingFd) throws IOException { in doWriteInternal() argument
765 if (incomingFd != null) { in doWriteInternal()
782 FileUtils.copy(incomingFd.getFileDescriptor(), targetFd, lengthBytes, null, in doWriteInternal()
792 IoUtils.closeQuietly(incomingFd); in doWriteInternal()