Searched refs:codePathString (Results 1 – 3 of 3) sorted by relevance
47 String codePathString; field in PackageSettingBase99 codePathString = base.codePathString; in PackageSettingBase()132 this.codePathString = codePath.toString(); in init()
334 p.codePathString + " to " + codePath.toString()); in getPackageLPw()455 if (!codePath.equalsIgnoreCase(p.codePathString)) { in insertPackageSettingLPw()457 " changing from " + p.codePathString + " to " + codePath); in insertPackageSettingLPw()459 p.codePathString = codePath; in insertPackageSettingLPw()1039 serializer.attribute(null, "codePath", pkg.codePathString); in writeDisabledSysPackageLPr()1044 if (!pkg.resourcePathString.equals(pkg.codePathString)) { in writeDisabledSysPackageLPr()1085 serializer.attribute(null, "codePath", pkg.codePathString); in writePackageLPr()1086 if (!pkg.resourcePathString.equals(pkg.codePathString)) { in writePackageLPr()2056 pw.print(" codePath="); pw.println(ps.codePathString); in dumpPackagesLPr()2193 pw.println(ps.codePathString); in dumpPackagesLPr()
1662 ps.pkg.applicationInfo.sourceDir = ps.codePathString; in generatePackageInfoFromSettingsLPw()2880 + "reverting from " + ps.codePathString in scanPackageLI()2883 InstallArgs args = new FileInstallArgs(ps.codePathString, in scanPackageLI()6656 oldCodePath = mSettings.mPackages.get(pkgName).codePathString; in installPackageLI()8133 if (ps != null && ps.codePathString != null in updateExternalMediaStatusInner()8134 && ps.codePathString.equals(args.getCodePath())) { in updateExternalMediaStatusInner()8137 + " at code path: " + ps.codePathString); in updateExternalMediaStatusInner()8139 processCids.put(args, ps.codePathString); in updateExternalMediaStatusInner()8527 ps.codePathString = ps.codePath.getPath(); in processPendingMove()