Searched refs:newMountPath (Results 1 – 2 of 2) sorted by relevance
323 final String newMountPath = PackageHelper.createSdDir(sizeBytes, newCid, key, in copyPackageToContainerInner() local325 if (newMountPath == null) { in copyPackageToContainerInner()328 final File targetDir = new File(newMountPath); in copyPackageToContainerInner()364 return newMountPath; in copyPackageToContainerInner()
11300 final String newMountPath = imcs.copyPackageToContainer( in copyApk() local11304 if (newMountPath != null) { in copyApk()11305 setMountPath(newMountPath); in copyApk()11329 String newMountPath = PackageHelper.mountSdDir(cid, getEncryptKey(), in doPreInstall() local11331 if (newMountPath != null) { in doPreInstall()11332 setMountPath(newMountPath); in doPreInstall()11343 String newMountPath = null; in doRename() local11368 newMountPath = PackageHelper.mountSdDir(newCacheId, in doRename()11371 newMountPath = PackageHelper.getSdDir(newCacheId); in doRename()11373 if (newMountPath == null) { in doRename()[all …]