Searched refs:getCodePath (Results 1 – 4 of 4) sorted by relevance
880 /** {@hide} */ public String getCodePath() { return scanSourceDir; } in getCodePath() method in ApplicationInfo
655 existing = PackageParser.parsePackageLite(new File(app.getCodePath()), 0); in validateInstallLocked()
5280 if (pkg.applicationInfo.getCodePath() == null || in scanPackageDirtyLI()5353 File destCodeFile = new File(pkg.applicationInfo.getCodePath()); in scanPackageDirtyLI()5719 final String codePath = pkg.applicationInfo.getCodePath(); in scanPackageDirtyLI()6619 final String apkName = deriveCodePathName(pkg.applicationInfo.getCodePath()); in setBundledAppAbisAndRoots()9347 abstract String getCodePath(); in getCodePath() method in PackageManagerService.InstallArgs9551 String getCodePath() { in getCodePath() method in PackageManagerService.FileInstallArgs9752 String getCodePath() { in getCodePath() method in PackageManagerService.AsecInstallArgs9904 final File codeFile = new File(getCodePath()); in getAllCodePaths()10375 deletedPackage.applicationInfo.getCodePath(), in replaceSystemPackageLI()10504 File tmpPackageFile = new File(args.getCodePath()); in installPackageLI()[all …]
656 final String codePath = pkg.applicationInfo.getCodePath(); in insertPackageSettingLPw()