Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstallingSession.java317 mPm.mInstallerService.allocateStageDirLegacy(mVolumeUuid, isEphemeral)); in copyApkForFileInstall()
H A DPackageInstallerService.java460 public File allocateStageDirLegacy(String volumeUuid, boolean isEphemeral) throws IOException { in allocateStageDirLegacy() method in PackageInstallerService