Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DLoadedArsc.h54 StringPoolRef type_string_ref;
58 StringPoolRef entry_string_ref;
DResourceTypes.h544 class StringPoolRef {
546 StringPoolRef();
547 StringPoolRef(const ResStringPool* pool, uint32_t index);
/frameworks/base/libs/androidfw/
DLoadedArsc.cpp171 out_entry->type_string_ref = StringPoolRef(&type_string_pool_, best_type->id - 1); in FindEntry()
172 out_entry->entry_string_ref = StringPoolRef(&key_string_pool_, dtohl(best_entry->key.index)); in FindEntry()
DResourceTypes.cpp3257 StringPoolRef typeStr;
3258 StringPoolRef keyStr;
6014 StringPoolRef::StringPoolRef(const ResStringPool* pool, uint32_t index) in StringPoolRef() function in android::StringPoolRef
6017 StringPoolRef::StringPoolRef() in StringPoolRef() function in android::StringPoolRef
6020 const char* StringPoolRef::string8(size_t* outLen) const { in string8()
6030 const char16_t* StringPoolRef::string16(size_t* outLen) const { in string16()
6269 …outEntry->typeStr = StringPoolRef(&bestPackage->typeStrings, actualTypeIndex - bestPackage->typeId… in getEntry()
6270 outEntry->keyStr = StringPoolRef(&bestPackage->keyStrings, dtohl(entry->key.index)); in getEntry()