Searched refs:getCodePath (Results 1 – 7 of 7) 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()
2954 final File codePath = new File(pkg.applicationInfo.getCodePath()); in PackageManagerService()11239 final File destCodeFile = new File(pkg.applicationInfo.getCodePath());11722 if (pkg.applicationInfo.getCodePath() == null ||11923 if (!pkg.applicationInfo.getCodePath().equals(known.codePathString)11928 + " found at " + pkg.applicationInfo.getCodePath()12732 final String apkName = deriveCodePathName(pkg.applicationInfo.getCodePath());15631 abstract String getCodePath();15834 String getCodePath() {15962 String getCodePath() {16792 oldPackage.applicationInfo.getCodePath(),[all …]
1651 existing = PackageParser.parsePackageLite(new File(appInfo.getCodePath()), 0); in validateApkInstallLocked()
10647 PLcom/android/server/pm/PackageManagerService$FileInstallArgs;->getCodePath()Ljava/lang/String;