Home
last modified time | relevance | path

Searched defs:targetFd (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerServiceUtils.java877 final FileDescriptor targetFd = Os.open(targetFile.getAbsolutePath(), in copyFile() local
883 FileUtils.copy(source.getFD(), targetFd); in copyFile() local
DPackageInstallerSession.java713 final FileDescriptor targetFd = Os.open(target.getAbsolutePath(), in doWriteInternal() local
745 FileUtils.copy(incomingFd.getFileDescriptor(), targetFd, lengthBytes, null, in doWriteInternal() local
802 final FileDescriptor targetFd = Os.open(target.getAbsolutePath(), O_RDONLY, 0); in openReadInternalLocked() local