Searched refs:getCodePath (Results 1 – 4 of 4) sorted by relevance
1001 /** {@hide} */ public String getCodePath() { return scanSourceDir; } in getCodePath() method in ApplicationInfo
682 existing = PackageParser.parsePackageLite(new File(app.getCodePath()), 0); in validateInstallLocked()
6501 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.InstallArgs11155 String getCodePath() { in getCodePath() method in PackageManagerService.FileInstallArgs11313 String getCodePath() { in getCodePath() method in PackageManagerService.AsecInstallArgs11459 final File codeFile = new File(getCodePath()); in getAllCodePaths()11596 String getCodePath() { in getCodePath() method in PackageManagerService.MoveInstallArgs[all …]
739 final String codePath = pkg.applicationInfo.getCodePath(); in insertPackageSettingLPw()