Searched refs:expandResourceRef (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ResourceTypes.h | 2024 static bool expandResourceRef(const char16_t* refStr, size_t refLen,
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | Resource.cpp | 813 if (!ResTable::expandResourceRef(iconRef.string(), iconRef.size(), &iconPackage, &iconType, in massageRoundIconSupport() 827 if (!ResTable::expandResourceRef(roundIconRef.string(), roundIconRef.size(), &roundIconPackage, in massageRoundIconSupport()
|
H A D | ResourceTable.cpp | 2054 if (!ResTable::expandResourceRef(ref.string(), ref.size(), &package, &type, &name, in hasBagOrEntry() 2255 if (!ResTable::expandResourceRef( in getResId() 5142 bool result = ResTable::expandResourceRef(attr->string.string(), in processBundleFormatImpl()
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 5161 bool ResTable::expandResourceRef(const char16_t* refStr, size_t refLen, in expandResourceRef() function in android::ResTable 5617 if (!expandResourceRef(resourceRefName,resourceNameLen, &package, &type, &name, in stringToValue() 5786 if (!expandResourceRef(s+1, len-1, &package, &type, &name, in stringToValue()
|