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.java13611 final String newMountPath = imcs.copyPackageToContainer(
13615 if (newMountPath != null) {
13616 setMountPath(newMountPath);
13640 String newMountPath = PackageHelper.mountSdDir(cid, getEncryptKey(),
13642 if (newMountPath != null) {
13643 setMountPath(newMountPath);
13654 String newMountPath = null;
13679 newMountPath = PackageHelper.mountSdDir(newCacheId,
13682 newMountPath = PackageHelper.getSdDir(newCacheId);
13684 if (newMountPath == null) {
[all …]