Home
last modified time | relevance | path

Searched defs:resDir (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/res/
H A DResourcesKey.java68 public ResourcesKey(@Nullable String resDir, in ResourcesKey()
99 public ResourcesKey(@Nullable String resDir, in ResourcesKey()
/aosp14/frameworks/base/core/java/android/app/
H A DResourcesManager.java839 @Nullable String resDir, in createBaseTokenResources()
1100 @Nullable String resDir, in getResources()
H A DContextImpl.java2949 final String resDir = packageInfo.getResDir(); in createWindowContextResources() local
H A DActivityThread.java2619 Resources getTopLevelResources(String resDir, String[] splitResDirs, String[] legacyOverlayDirs, in getTopLevelResources()
/aosp14/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1605 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir() function in AaptAssets
H A DResourceTable.cpp82 sp<AaptDir> resDir = assets->getDirs().valueFor(String8("res")); in compileXmlFile() local