Home
last modified time | relevance | path

Searched refs:baseCodePath (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DDefaultContainerService.java332 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/
DApplicationInfo.java1212 /** {@hide} */ public void setBaseCodePath(String baseCodePath) { sourceDir = baseCodePath; } in setBaseCodePath() argument
DPackageParser.java330 public final String baseCodePath; field in PackageParser.PackageLite
352 this.baseCodePath = baseApk.codePath; in PackageLite()
364 paths.add(baseCodePath); in getAllCodePaths()
821 loadApkIntoAssetManager(assets, lite.baseCodePath, flags); in parseClusterPackage()
829 final File baseApk = new File(lite.baseCodePath); in parseClusterPackage()
1066 if (ApkSignatureSchemeV2Verifier.hasSignature(pkg.baseCodePath)) { in getApkSigningVersion()
1094 "Failed to collect certificates from " + pkg.baseCodePath, e); in populateCertificates()
1137 collectCertificates(pkg, new File(pkg.baseCodePath), parseFlags); in collectCertificatesInternal()
4727 public String baseCodePath; field in PackageParser.Package
4910 public void setApplicationInfoBaseCodePath(String baseCodePath) { in setApplicationInfoBaseCodePath() argument
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java1879 mProcessLoggingHandler.invalidateProcessLoggingBaseApkHash(res.pkg.baseCodePath); in handlePackagePostInstall()
6648 Slog.w(TAG, "Skipping target and overlay pair " + pkg.baseCodePath + " and " +
6649 opkg.baseCodePath + ": overlay not trusted");
6654 Slog.e(TAG, "was about to create idmap for " + pkg.baseCodePath + " and " +
6655 opkg.baseCodePath + " but target package has no known overlays");
6661 mInstaller.idmap(pkg.baseCodePath, opkg.baseCodePath, sharedGid);
6663 Slog.e(TAG, "Failed to generate idmap for " + pkg.baseCodePath + " and "
6664 + opkg.baseCodePath);
6679 pkg.applicationInfo.resourceDirs[i++] = p.baseCodePath;
7106 baseResourcePath = pkg.baseCodePath;
[all …]