Searched refs:getCodePath (Results 1 – 8 of 8) sorted by relevance
114 codePaths[i] = info.getCodePath(); in testGetAppSize()
283 appInfo.getCodePath()); in queryStatsForPackage()325 appInfo.getCodePath()); in queryStatsForUid()
2128 public String getCodePath() { return scanSourceDir; } in getCodePath() method in ApplicationInfo
779 if (mApplicationInfo.getCodePath() != null in createOrUpdateClassLoaderLocked()
2947 final File codePath = new File(pkg.applicationInfo.getCodePath()); in PackageManagerService()11231 final File destCodeFile = new File(pkg.applicationInfo.getCodePath());11714 if (pkg.applicationInfo.getCodePath() == null ||11915 if (!pkg.applicationInfo.getCodePath().equals(known.codePathString)11920 + " found at " + pkg.applicationInfo.getCodePath()12724 final String apkName = deriveCodePathName(pkg.applicationInfo.getCodePath());15636 abstract String getCodePath();15839 String getCodePath() {15967 String getCodePath() {16797 oldPackage.applicationInfo.getCodePath(),[all …]
1685 existing = PackageParser.parsePackageLite(new File(appInfo.getCodePath()), 0); in validateApkInstallLocked()
10647 PLcom/android/server/pm/PackageManagerService$FileInstallArgs;->getCodePath()Ljava/lang/String;
4003 HSPLandroid/content/pm/ApplicationInfo;->getCodePath()Ljava/lang/String;