Home
last modified time | relevance | path

Searched refs:splitPaths (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DLoadedApk.java375 final String[] splitPaths; in updateApplicationInfo() local
377 splitPaths = getSplitPaths(null); in updateApplicationInfo()
384 splitPaths, mLegacyOverlayDirs, mOverlayPaths, in updateApplicationInfo()
663 final ArrayList<String> splitPaths = new ArrayList<>(); in constructSplit() local
672 mCachedResourcePaths[0] = splitPaths.toArray(new String[splitPaths.size()]); in constructSplit()
683 splitPaths.add(mSplitResDirs[splitIdx - 1]); in constructSplit()
685 splitPaths.add(mSplitResDirs[configSplitIdx - 1]); in constructSplit()
687 mCachedResourcePaths[splitIdx] = splitPaths.toArray(new String[splitPaths.size()]); in constructSplit()
1368 final String[] splitPaths; in getResources() local
1370 splitPaths = getSplitPaths(null); in getResources()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommand.java3841 private int doWriteSplits(int sessionId, ArrayList<String> splitPaths, long sessionSizeBytes, in doWriteSplits() argument
3843 final boolean multipleSplits = splitPaths.size() > 1; in doWriteSplits()
3844 for (String splitPath : splitPaths) { in doWriteSplits()
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt23867 HSPLdalvik/system/DexPathList;->splitPaths(Ljava/lang/String;Z)Ljava/util/List;