Searched refs:baseCodePath (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
D | DefaultContainerService.java | 332 copyFile(pkg.baseCodePath, targetDir, "base.apk", isForwardLocked); in copyPackageToContainerInner() 369 copyFile(pkg.baseCodePath, target, "base.apk"); in copyPackageInner()
|
/frameworks/base/core/java/android/content/pm/ |
D | ApplicationInfo.java | 995 /** {@hide} */ public void setBaseCodePath(String baseCodePath) { sourceDir = baseCodePath; } in setBaseCodePath() argument
|
D | PackageParser.java | 266 public final String baseCodePath; field in PackageParser.PackageLite 287 this.baseCodePath = baseApk.codePath; in PackageLite() 298 paths.add(baseCodePath); in getAllCodePaths() 781 loadApkIntoAssetManager(assets, lite.baseCodePath, flags); in parseClusterPackage() 789 final File baseApk = new File(lite.baseCodePath); in parseClusterPackage() 897 pkg.baseCodePath = apkPath; in parseBaseApk() 1032 final StrictJarFile jarFile = new StrictJarFile(pkg.baseCodePath); in collectManifestDigest() 1057 collectCertificates(pkg, new File(pkg.baseCodePath), flags); in collectCertificates() 4272 public String baseCodePath; field in PackageParser.Package 4414 paths.add(baseCodePath); in getAllCodePaths() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 5575 Slog.w(TAG, "Skipping target and overlay pair " + pkg.baseCodePath + " and " + in createIdmapForPackagePairLI() 5576 opkg.baseCodePath + ": overlay not trusted"); in createIdmapForPackagePairLI() 5581 Slog.e(TAG, "was about to create idmap for " + pkg.baseCodePath + " and " + in createIdmapForPackagePairLI() 5582 opkg.baseCodePath + " but target package has no known overlays"); in createIdmapForPackagePairLI() 5587 if (mInstaller.idmap(pkg.baseCodePath, opkg.baseCodePath, sharedGid) != 0) { in createIdmapForPackagePairLI() 5588 Slog.e(TAG, "Failed to generate idmap for " + pkg.baseCodePath + " and " in createIdmapForPackagePairLI() 5589 + opkg.baseCodePath); in createIdmapForPackagePairLI() 5604 pkg.applicationInfo.resourceDirs[i++] = p.baseCodePath; in createIdmapForPackagePairLI() 5913 baseResourcePath = pkg.baseCodePath; in scanPackageLI() 5919 pkg.applicationInfo.setBaseCodePath(pkg.baseCodePath); in scanPackageLI() [all …]
|