Searched defs:codePathString (Results 1 - 2 of 2) 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 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 81 milliseconds