Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageSettingBase.java64 String codePathString; field in PackageSettingBase
160 codePathString = base.codePathString; in PackageSettingBase()
201 this.codePathString = codePath.toString(); in init()
DSettings.java707 + p.codePathString + " to " + codePath.toString()); in getPackageLPw()
905 if (!Objects.equals(codePath, p.codePathString)) { in insertPackageSettingLPw()
907 " changing from " + p.codePathString + " to " + codePath); in insertPackageSettingLPw()
909 p.codePathString = codePath; in insertPackageSettingLPw()
2574 serializer.attribute(null, "codePath", pkg.codePathString); in writeDisabledSysPackageLPr()
2579 if (!pkg.resourcePathString.equals(pkg.codePathString)) { in writeDisabledSysPackageLPr()
2623 serializer.attribute(null, "codePath", pkg.codePathString); in writePackageLPr()
2624 if (!pkg.resourcePathString.equals(pkg.codePathString)) { in writePackageLPr()
4356 pw.print(prefix); pw.print(" codePath="); pw.println(ps.codePathString); in dumpPackageLPr()
4374 if (pps == null || !pps.codePathString.equals(parentPkg.codePath)) { in dumpPackageLPr()
[all …]
DPackageManagerService.java2498 + ps.codePathString + ", installStatus=" + ps.installStatus in PackageManagerService()
6961 + ps.name + " changing from " + updatedPkg.codePathString
6964 updatedPkg.codePathString = scanFile.toString();
7001 + " reverting from " + ps.codePathString
7006 ps.codePathString, ps.resourcePathString, getAppDexInstructionSets(ps));
7072 + " reverting from " + ps.codePathString + ": new version "
7075 ps.codePathString, ps.resourcePathString, getAppDexInstructionSets(ps));
8127 + " and requiring known paths " + known.codePathString
8130 if (!pkg.applicationInfo.getCodePath().equals(known.codePathString)
8136 + " but expected at " + known.codePathString
[all …]