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

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

Completed in 102 milliseconds