Searched refs:getCodePath (Results 1 – 9 of 9) sorted by relevance
114 codePaths[i] = info.getCodePath(); in testGetAppSize()
283 appInfo.getCodePath()); in queryStatsForPackage()325 appInfo.getCodePath()); in queryStatsForUid()
205 final String apkName = deriveCodePathName(pkg.applicationInfo.getCodePath()); in getBundledAppAbis()
1645 existing = PackageParser.parsePackageLite(new File(appInfo.getCodePath()), 0); in validateApkInstallLocked()
2939 final File codePath = new File(pkg.applicationInfo.getCodePath()); in PackageManagerService()11230 final File destCodeFile = new File(pkg.applicationInfo.getCodePath());11726 if (pkg.applicationInfo.getCodePath() == null ||11927 if (!pkg.applicationInfo.getCodePath().equals(known.codePathString)11932 + " found at " + pkg.applicationInfo.getCodePath()15166 abstract String getCodePath();15369 String getCodePath() {15487 String getCodePath() {16299 oldPackage.applicationInfo.getCodePath(),16749 final File tmpPackageFile = new File(args.getCodePath());
780 if (mApplicationInfo.getCodePath() != null in createOrUpdateClassLoaderLocked()791 if (mApplicationInfo.getCodePath() != null in createOrUpdateClassLoaderLocked()
2130 public String getCodePath() { return scanSourceDir; } in getCodePath() method in ApplicationInfo
10647 PLcom/android/server/pm/PackageManagerService$FileInstallArgs;->getCodePath()Ljava/lang/String;
4003 HSPLandroid/content/pm/ApplicationInfo;->getCodePath()Ljava/lang/String;