Searched refs:expandResourceRef (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 2165 static bool expandResourceRef(const char16_t* refStr, size_t refLen,
|
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 816 if (!ResTable::expandResourceRef(iconRef.c_str(), iconRef.size(), &iconPackage, &iconType, in massageRoundIconSupport() 830 if (!ResTable::expandResourceRef(roundIconRef.c_str(), roundIconRef.size(), &roundIconPackage, in massageRoundIconSupport()
|
D | ResourceTable.cpp | 2056 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/ |
D | ResourceTypes.cpp | 5285 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()
|