Home | History | Annotate | Download | only in pm

Lines Matching defs:resourcePath

201             String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
205 resourcePath, nativeLibraryPathString, pkg.mVersionCode, pkgFlags,
286 PackageSetting ret = addPackageLPw(name, p.realName, p.codePath, p.resourcePath,
300 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath,
311 p = new PackageSetting(name, realName, codePath, resourcePath, nativeLibraryPathString,
366 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
413 p = new PackageSetting(origPackage.name, name, codePath, resourcePath,
430 p = new PackageSetting(name, realName, codePath, resourcePath,
535 final String resourcePath = pkg.applicationInfo.publicSourceDir;
544 if (!resourcePath.equalsIgnoreCase(p.resourcePathString)) {
546 " changing from " + p.resourcePathString + " to " + resourcePath);
547 p.resourcePath = new File(resourcePath);
548 p.resourcePathString = resourcePath;
1441 serializer.attribute(null, "resourcePath", pkg.resourcePathString);
1483 serializer.attribute(null, "resourcePath", pkg.resourcePathString);
1727 (SharedUserSetting) idObj, pp.codePath, pp.resourcePath,
2020 String resourcePathStr = parser.getAttributeValue(null, "resourcePath");
2120 resourcePathStr = parser.getAttributeValue(null, "resourcePath");
2686 pw.print(prefix); pw.print(" resourcePath="); pw.println(ps.resourcePathString);