Searched refs:libDirs (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/content/res/ |
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()
|
/frameworks/base/core/java/android/app/ |
D | ResourcesManager.java | 941 @Nullable String[] libDirs, in createBaseTokenResources() argument 954 libDirs, in createBaseTokenResources() 1202 @Nullable String[] libDirs, in getResources() argument 1214 libDirs, in getResources()
|
D | ContextImpl.java | 3018 final String[] libDirs = packageInfo.getApplicationInfo().sharedLibraryFiles; in createWindowContextResources() local 3026 splitResDirs, legacyOverlayDirs, overlayPaths, libDirs, displayId, in createWindowContextResources()
|
D | ActivityThread.java | 2791 String[] overlayPaths, String[] libDirs, LoadedApk pkgInfo, in getTopLevelResources() argument 2794 overlayPaths, libDirs, null, overrideConfig, pkgInfo.getCompatibilityInfo(), in getTopLevelResources()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerSession.java | 3756 File[] libDirs = new File[]{ 3759 for (File libDir : libDirs) {
|