Home
last modified time | relevance | path

Searched defs:res_name (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/optimize/
H A DVersionCollapser_test.cpp38 const StringPiece res_name = "@android:string/foo"; in TEST() local
81 const StringPiece res_name = "@android:string/foo"; in TEST() local
/aosp12/frameworks/base/tools/aapt2/test/
H A DCommon.h55 T* GetValueForConfigAndProduct(ResourceTable* table, const android::StringPiece& res_name, in GetValueForConfigAndProduct()
75 T* GetValueForConfig(ResourceTable* table, const android::StringPiece& res_name, in GetValueForConfig()
81 T* GetValue(ResourceTable* table, const android::StringPiece& res_name) { in GetValue()
H A DBuilders.cpp113 ResourceName res_name = ParseNameOrDie(name); in AddValue() local
128 ResourceName res_name = ParseNameOrDie(name); in SetSymbolState() local
142 ResourceName res_name = ParseNameOrDie(name); in SetOverlayable() local
/aosp12/frameworks/base/tools/aapt2/link/
H A DTableMerger.cpp198 const ResourceNameRef& res_name, in MergeConfigValue()
257 const ResourceNameRef res_name(src_package->name, src_type->type, src_entry->name); in DoMerge() local
/aosp12/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp43 ResourceEntry* GetEntry(ResourceTable* table, const ResourceNameRef& res_name) { in GetEntry()
48 ResourceEntry* GetEntry(ResourceTable* table, const ResourceNameRef& res_name, ResourceId id) { in GetEntry()
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp1012 ResourceNameRef res_name(package->name, type->type, entry->name); in VerifyNoExternalPackages() local
1049 ResourceNameRef res_name(package->name, type->type, entry->name); in VerifyNoIdsSet() local
1372 ResourceName res_name = exported_symbol.name; in MergeExportedSymbols() local
/aosp12/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp365 auto res_name = GetResourceName(*it); in GetOverlayablesToString() local