Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java1863 ParcelFileDescriptor fd = doWriteInternal(APP_METADATA_FILE_NAME, /* offsetBytes= */ 0, in openWriteAppMetadata()
1878 return doWriteInternal(name, offsetBytes, lengthBytes, null); in openWrite()
1889 doWriteInternal(name, offsetBytes, lengthBytes, fd); in write()
1944 private ParcelFileDescriptor doWriteInternal(String name, long offsetBytes, long lengthBytes, in doWriteInternal() method in PackageInstallerSession
2311 doWriteInternal(name, offsetBytes, lengthBytes, incomingFd); in writeData()