Home
last modified time | relevance | path

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

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