Searched refs:codePathString (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSettingBase.java55 String codePathString; field in class:PackageSettingBase
133 codePathString = base.codePathString;
170 this.codePathString = codePath.toString();
H A DSettings.java487 + p.codePathString + " to " + codePath.toString());
660 if (!Objects.equals(codePath, p.codePathString)) {
662 " changing from " + p.codePathString + " to " + codePath);
664 p.codePathString = codePath;
1747 serializer.attribute(null, "codePath", pkg.codePathString);
1752 if (!pkg.resourcePathString.equals(pkg.codePathString)) {
1803 serializer.attribute(null, "codePath", pkg.codePathString);
1804 if (!pkg.resourcePathString.equals(pkg.codePathString)) {
3377 pw.print(prefix); pw.print(" codePath="); pw.println(ps.codePathString);
H A DPackageManagerService.java1609 + ps.codePathString + ", installStatus=" + ps.installStatus
4309 + ps.name + " changing from " + updatedPkg.codePathString
4312 updatedPkg.codePathString = scanFile.toString();
4330 + " reverting from " + ps.codePathString
4335 ps.codePathString, ps.resourcePathString, ps.legacyNativeLibraryPathString,
4399 + " reverting from " + ps.codePathString + ": new version "
4402 ps.codePathString, ps.resourcePathString, ps.legacyNativeLibraryPathString,
6481 mInstaller.rmdex(ps.codePathString,
6514 private static String calculateBundledApkRoot(final String codePathString) { argument
6515 final File codePath = new File(codePathString);
[all...]

Completed in 49 milliseconds