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 | 819 @Nullable String[] libDirs, in createBaseTokenResources() argument 832 libDirs, in createBaseTokenResources() 1080 @Nullable String[] libDirs, in getResources() argument 1092 libDirs, in getResources()
|
D | ContextImpl.java | 2750 final String[] libDirs = packageInfo.getApplicationInfo().sharedLibraryFiles; in createWindowContextResources() local 2758 splitResDirs, legacyOverlayDirs, overlayPaths, libDirs, displayId, in createWindowContextResources()
|
D | ActivityThread.java | 2374 String[] overlayPaths, String[] libDirs, LoadedApk pkgInfo, in getTopLevelResources() argument 2377 overlayPaths, libDirs, null, overrideConfig, pkgInfo.getCompatibilityInfo(), in getTopLevelResources()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerSession.java | 3145 File[] libDirs = new File[]{ in validateApkInstallLocked() local 3148 for (File libDir : libDirs) { in validateApkInstallLocked()
|