Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h2165 static bool expandResourceRef(const char16_t* refStr, size_t refLen,
/frameworks/base/tools/aapt/
DResource.cpp816 if (!ResTable::expandResourceRef(iconRef.c_str(), iconRef.size(), &iconPackage, &iconType, in massageRoundIconSupport()
830 if (!ResTable::expandResourceRef(roundIconRef.c_str(), roundIconRef.size(), &roundIconPackage, in massageRoundIconSupport()
DResourceTable.cpp2056 if (!ResTable::expandResourceRef(ref.c_str(), ref.size(), &package, &type, &name, in hasBagOrEntry()
2257 if (!ResTable::expandResourceRef( in getResId()
5135 bool result = ResTable::expandResourceRef(attr->string.c_str(), in processBundleFormatImpl()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5285 bool ResTable::expandResourceRef(const char16_t* refStr, size_t refLen, in expandResourceRef() function in android::ResTable
5770 if (!expandResourceRef(resourceRefName,resourceNameLen, &package, &type, &name, in stringToValue()
5939 if (!expandResourceRef(s+1, len-1, &package, &type, &name, in stringToValue()