Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java713 final FileDescriptor targetFd = Os.open(target.getAbsolutePath(), in doWriteInternal() local
720 mContext.getSystemService(StorageManager.class).allocateBytes(targetFd, lengthBytes, in doWriteInternal()
725 Os.lseek(targetFd, offsetBytes, OsConstants.SEEK_SET); in doWriteInternal()
745 FileUtils.copy(incomingFd.getFileDescriptor(), targetFd, lengthBytes, null, in doWriteInternal() local
754 IoUtils.closeQuietly(targetFd); in doWriteInternal()
770 fd.init(mContext, targetFd); in doWriteInternal()
773 bridge.setTargetFile(targetFd); in doWriteInternal()
802 final FileDescriptor targetFd = Os.open(target.getAbsolutePath(), O_RDONLY, 0); in openReadInternalLocked() local
803 return new ParcelFileDescriptor(targetFd); in openReadInternalLocked()
DPackageManagerServiceUtils.java877 final FileDescriptor targetFd = Os.open(targetFile.getAbsolutePath(), in copyFile() local
883 FileUtils.copy(source.getFD(), targetFd); in copyFile() local