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.java602 return doWriteInternal(name, offsetBytes, lengthBytes, null); in openWrite()
612 doWriteInternal(name, offsetBytes, lengthBytes, fd); in write()
618 private ParcelFileDescriptor doWriteInternal(String name, long offsetBytes, long lengthBytes, in doWriteInternal() method in PackageInstallerSession