Searched refs:libDirs (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | ResourcesKey.java | 71 @Nullable String[] libDirs, in ResourcesKey() argument 79 mLibDirs = libDirs; in ResourcesKey() 102 @Nullable String[] libDirs, in ResourcesKey() argument 106 this(resDir, splitResDirs, overlayPaths, libDirs, displayId, overrideConfig, compatInfo, in ResourcesKey()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ResourcesManager.java | 819 @Nullable String[] libDirs, in createBaseTokenResources() argument 832 libDirs, in createBaseTokenResources() 1080 @Nullable String[] libDirs, in getResources() argument 1092 libDirs, in getResources()
|
H A D | ContextImpl.java | 2771 final String[] libDirs = packageInfo.getApplicationInfo().sharedLibraryFiles; in createWindowContextResources() local 2779 splitResDirs, legacyOverlayDirs, overlayPaths, libDirs, displayId, in createWindowContextResources()
|
H A D | ActivityThread.java | 2413 String[] overlayPaths, String[] libDirs, LoadedApk pkgInfo, in getTopLevelResources() argument 2416 overlayPaths, libDirs, null, overrideConfig, pkgInfo.getCompatibilityInfo(), in getTopLevelResources()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageInstallerSession.java | 3151 File[] libDirs = new File[]{ in validateApkInstallLocked() local 3154 for (File libDir : libDirs) { in validateApkInstallLocked()
|