Home | History | Annotate | Download | only in pm

Lines Matching defs:baseCodePath

416         public final String baseCodePath;
444 this.baseCodePath = baseApk.codePath;
458 paths.add(baseCodePath);
1221 final File baseApk = new File(lite.baseCodePath);
1457 if (ApkSignatureSchemeV2Verifier.hasSignature(pkg.baseCodePath)) {
1485 "Failed to collect certificates from " + pkg.baseCodePath, e);
1528 collectCertificates(pkg, new File(pkg.baseCodePath), parseFlags);
2223 + pkg.baseCodePath+ ": overlay ignored due to required system property: "
5836 public String baseCodePath;
6034 public void setApplicationInfoBaseCodePath(String baseCodePath) {
6035 this.applicationInfo.setBaseCodePath(baseCodePath);
6039 childPackages.get(i).applicationInfo.setBaseCodePath(baseCodePath);
6091 public void setBaseCodePath(String baseCodePath) {
6092 this.baseCodePath = baseCodePath;
6096 childPackages.get(i).baseCodePath = baseCodePath;
6148 paths.add(baseCodePath);
6162 paths.add(baseCodePath);
6316 baseCodePath = dest.readString();
6491 dest.writeString(baseCodePath);