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()
13611 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 …]