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.java1001 /** {@hide} */ public String getCodePath() { return scanSourceDir; } in getCodePath() method in ApplicationInfo
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java682 existing = PackageParser.parsePackageLite(new File(app.getCodePath()), 0); in validateInstallLocked()
DPackageManagerService.java6501 if (pkg.applicationInfo.getCodePath() == null || in scanPackageDirtyLI()
6593 if (!pkg.applicationInfo.getCodePath().equals(known.codePathString) in scanPackageDirtyLI()
6597 + " found at " + pkg.applicationInfo.getCodePath() in scanPackageDirtyLI()
6605 File destCodeFile = new File(pkg.applicationInfo.getCodePath()); in scanPackageDirtyLI()
7923 final String apkName = deriveCodePathName(pkg.applicationInfo.getCodePath()); in setBundledAppAbisAndRoots()
10942 abstract String getCodePath(); in getCodePath() method in PackageManagerService.InstallArgs
11155 String getCodePath() { in getCodePath() method in PackageManagerService.FileInstallArgs
11313 String getCodePath() { in getCodePath() method in PackageManagerService.AsecInstallArgs
11459 final File codeFile = new File(getCodePath()); in getAllCodePaths()
11596 String getCodePath() { in getCodePath() method in PackageManagerService.MoveInstallArgs
[all …]
DSettings.java739 final String codePath = pkg.applicationInfo.getCodePath(); in insertPackageSettingLPw()