Home
last modified time | relevance | path

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

/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DDefaultContainerService.java323 final String newMountPath = PackageHelper.createSdDir(sizeBytes, newCid, key, in copyPackageToContainerInner() local
325 if (newMountPath == null) { in copyPackageToContainerInner()
328 final File targetDir = new File(newMountPath); in copyPackageToContainerInner()
364 return newMountPath; in copyPackageToContainerInner()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java11300 final String newMountPath = imcs.copyPackageToContainer( in copyApk() local
11304 if (newMountPath != null) { in copyApk()
11305 setMountPath(newMountPath); in copyApk()
11329 String newMountPath = PackageHelper.mountSdDir(cid, getEncryptKey(), in doPreInstall() local
11331 if (newMountPath != null) { in doPreInstall()
11332 setMountPath(newMountPath); in doPreInstall()
11343 String newMountPath = null; in doRename() local
11368 newMountPath = PackageHelper.mountSdDir(newCacheId, in doRename()
11371 newMountPath = PackageHelper.getSdDir(newCacheId); in doRename()
11373 if (newMountPath == null) { in doRename()
[all …]