Home
last modified time | relevance | path

Searched refs:splitCodePaths (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DPackageParser.java268 public final String[] splitCodePaths; field in PackageParser.PackageLite
280 String[] splitCodePaths, int[] splitRevisionCodes) { in PackageLite() argument
288 this.splitCodePaths = splitCodePaths; in PackageLite()
299 if (!ArrayUtils.isEmpty(splitCodePaths)) { in getAllCodePaths()
300 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 …]
DApplicationInfo.java996 … {@hide} */ public void setSplitCodePaths(String[] splitCodePaths) { splitSourceDirs = splitCodePa… in setSplitCodePaths() argument
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DDefaultContainerService.java335 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/
DPackageInstallerSession.java701 final File splitFile = new File(existing.splitCodePaths[i]); in validateInstallLocked()
DPackageManagerService.java5920 pkg.applicationInfo.setSplitCodePaths(pkg.splitCodePaths); in scanPackageLI()
5923 pkg.applicationInfo.setSplitResourcePaths(pkg.splitCodePaths); in scanPackageLI()
11132 pkg.splitCodePaths = FileUtils.rewriteAfterRename(beforeCodeFile, afterCodeFile, in doRename()
11133 pkg.splitCodePaths); in doRename()
11139 pkg.applicationInfo.setSplitCodePaths(pkg.splitCodePaths); in doRename()
11142 pkg.applicationInfo.setSplitResourcePaths(pkg.splitCodePaths); in doRename()
11390 pkg.splitCodePaths = FileUtils.rewriteAfterRename(beforeCodeFile, afterCodeFile, in doRename()
11391 pkg.splitCodePaths); in doRename()
11397 pkg.applicationInfo.setSplitCodePaths(pkg.splitCodePaths); in doRename()
11400 pkg.applicationInfo.setSplitResourcePaths(pkg.splitCodePaths); in doRename()
[all …]