Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DPinnerService.java245 String baseCodePath = cameraInfo.getBaseCodePath(); in pinCamera() local
248 odex = DexFile.getDexFileOutputPath(baseCodePath, arch); in pinCamera()
/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.java335 public final String baseCodePath; field in PackageParser.PackageLite
357 this.baseCodePath = baseApk.codePath; in PackageLite()
369 paths.add(baseCodePath); in getAllCodePaths()
826 loadApkIntoAssetManager(assets, lite.baseCodePath, flags); in parseClusterPackage()
834 final File baseApk = new File(lite.baseCodePath); in parseClusterPackage()
1071 if (ApkSignatureSchemeV2Verifier.hasSignature(pkg.baseCodePath)) { in getApkSigningVersion()
1099 "Failed to collect certificates from " + pkg.baseCodePath, e); in populateCertificates()
1142 collectCertificates(pkg, new File(pkg.baseCodePath), parseFlags); in collectCertificatesInternal()
4747 public String baseCodePath; field in PackageParser.Package
4930 public void setApplicationInfoBaseCodePath(String baseCodePath) { in setApplicationInfoBaseCodePath() argument
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java1700 mProcessLoggingHandler.invalidateProcessLoggingBaseApkHash(res.pkg.baseCodePath); in handlePackagePostInstall()
6623 Slog.w(TAG, "Skipping target and overlay pair " + pkg.baseCodePath + " and " + in createIdmapForPackagePairLI()
6624 opkg.baseCodePath + ": overlay not trusted"); in createIdmapForPackagePairLI()
6629 Slog.e(TAG, "was about to create idmap for " + pkg.baseCodePath + " and " + in createIdmapForPackagePairLI()
6630 opkg.baseCodePath + " but target package has no known overlays"); in createIdmapForPackagePairLI()
6636 mInstaller.idmap(pkg.baseCodePath, opkg.baseCodePath, sharedGid); in createIdmapForPackagePairLI()
6638 Slog.e(TAG, "Failed to generate idmap for " + pkg.baseCodePath + " and " in createIdmapForPackagePairLI()
6639 + opkg.baseCodePath); in createIdmapForPackagePairLI()
6654 pkg.applicationInfo.resourceDirs[i++] = p.baseCodePath; in createIdmapForPackagePairLI()
6735 final File baseFile = new File(pkg.baseCodePath); in getLastModifiedTime()
[all …]