Home
last modified time | relevance | path

Searched refs:expandResourceRef (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h2024 static bool expandResourceRef(const char16_t* refStr, size_t refLen,
/aosp12/frameworks/base/tools/aapt/
H A DResource.cpp813 if (!ResTable::expandResourceRef(iconRef.string(), iconRef.size(), &iconPackage, &iconType, in massageRoundIconSupport()
827 if (!ResTable::expandResourceRef(roundIconRef.string(), roundIconRef.size(), &roundIconPackage, in massageRoundIconSupport()
H A DResourceTable.cpp2054 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 DResourceTypes.cpp5161 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()