Searched refs:doWriteInternal (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageInstallerSession.java | 1626 return doWriteInternal(APP_METADATA_FILE_NAME, /* offsetBytes= */ 0, in openWriteAppMetadata() 1637 return doWriteInternal(name, offsetBytes, lengthBytes, null); in openWrite() 1648 doWriteInternal(name, offsetBytes, lengthBytes, fd); in write() 1703 private ParcelFileDescriptor doWriteInternal(String name, long offsetBytes, long lengthBytes, in doWriteInternal() method in PackageInstallerSession 2060 doWriteInternal(name, offsetBytes, lengthBytes, incomingFd); in writeData()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 6132 HPLcom/android/server/pm/PackageInstallerSession;->doWriteInternal(Ljava/lang/String;JJLandroid/os/…
|