Searched refs:expandResourceRef (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 1695 static bool expandResourceRef(const char16_t* refStr, size_t refLen,
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 4261 bool ResTable::expandResourceRef(const char16_t* refStr, size_t refLen, in expandResourceRef() function in android::ResTable 4688 if (!expandResourceRef(resourceRefName,resourceNameLen, &package, &type, &name, in stringToValue() 4853 if (!expandResourceRef(s+1, len-1, &package, &type, &name, in stringToValue()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 2018 if (!ResTable::expandResourceRef(ref.string(), ref.size(), &package, &type, &name, in hasBagOrEntry() 2162 if (!ResTable::expandResourceRef( in getResId()
|