Home
last modified time | relevance | path

Searched refs:getCodePath (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java880 /** {@hide} */ public String getCodePath() { return scanSourceDir; } in getCodePath() method in ApplicationInfo
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java655 existing = PackageParser.parsePackageLite(new File(app.getCodePath()), 0); in validateInstallLocked()
DPackageManagerService.java5280 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.InstallArgs
9551 String getCodePath() { in getCodePath() method in PackageManagerService.FileInstallArgs
9752 String getCodePath() { in getCodePath() method in PackageManagerService.AsecInstallArgs
9904 final File codeFile = new File(getCodePath()); in getAllCodePaths()
10375 deletedPackage.applicationInfo.getCodePath(), in replaceSystemPackageLI()
10504 File tmpPackageFile = new File(args.getCodePath()); in installPackageLI()
[all …]
DSettings.java656 final String codePath = pkg.applicationInfo.getCodePath(); in insertPackageSettingLPw()