Searched refs:expandResourceRef (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 1954 static bool expandResourceRef(const char16_t* refStr, size_t refLen,
|
/frameworks/base/tools/aapt/ |
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()
|
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()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 5044 bool ResTable::expandResourceRef(const char16_t* refStr, size_t refLen, in expandResourceRef() function in android::ResTable 5500 if (!expandResourceRef(resourceRefName,resourceNameLen, &package, &type, &name, in stringToValue() 5669 if (!expandResourceRef(s+1, len-1, &package, &type, &name, in stringToValue()
|