Searched refs:splitCodePaths (Results 1 – 5 of 5) sorted by relevance
| /frameworks/base/core/java/android/content/pm/ |
| D | ApplicationInfo.java | 875 … {@hide} */ public void setSplitCodePaths(String[] splitCodePaths) { splitSourceDirs = splitCodePa… in setSplitCodePaths() argument
|
| D | PackageParser.java | 262 public final String[] splitCodePaths; field in PackageParser.PackageLite 273 String[] splitCodePaths, int[] splitRevisionCodes) { in PackageLite() argument 281 this.splitCodePaths = splitCodePaths; in PackageLite() 291 if (!ArrayUtils.isEmpty(splitCodePaths)) { in getAllCodePaths() 292 Collections.addAll(paths, splitCodePaths); in getAllCodePaths() 717 String[] splitCodePaths = null; in parseClusterPackageLite() local 721 splitCodePaths = new String[size]; in parseClusterPackageLite() 728 splitCodePaths[i] = apks.get(splitNames[i]).codePath; in parseClusterPackageLite() 734 return new PackageLite(codePath, baseApk, splitNames, splitCodePaths, in parseClusterPackageLite() 783 if (!ArrayUtils.isEmpty(lite.splitCodePaths)) { in parseClusterPackage() [all …]
|
| /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
| D | DefaultContainerService.java | 335 copyFile(pkg.splitCodePaths[i], targetDir, in copyPackageToContainerInner() 372 copyFile(pkg.splitCodePaths[i], target, "split_" + pkg.splitNames[i] + ".apk"); in copyPackageInner()
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | PackageInstallerSession.java | 674 final File splitFile = new File(existing.splitCodePaths[i]); in validateInstallLocked()
|
| D | PackageManagerService.java | 4441 pkg.applicationInfo.setSplitCodePaths(pkg.splitCodePaths); in scanPackageLI() 4444 pkg.applicationInfo.setSplitResourcePaths(pkg.splitCodePaths); in scanPackageLI() 9551 pkg.splitCodePaths = FileUtils.rewriteAfterRename(beforeCodeFile, afterCodeFile, in doRename() 9552 pkg.splitCodePaths); in doRename() 9557 pkg.applicationInfo.setSplitCodePaths(pkg.splitCodePaths); in doRename() 9560 pkg.applicationInfo.setSplitResourcePaths(pkg.splitCodePaths); in doRename() 9857 pkg.splitCodePaths = FileUtils.rewriteAfterRename(beforeCodeFile, afterCodeFile, in doRename() 9858 pkg.splitCodePaths); in doRename() 9863 pkg.applicationInfo.setSplitCodePaths(pkg.splitCodePaths); in doRename() 9866 pkg.applicationInfo.setSplitResourcePaths(pkg.splitCodePaths); in doRename()
|