Home | History | Annotate | Download | only in utils

Lines Matching refs:ResTable_package

1266     Package(ResTable* _owner, const Header* _header, const ResTable_package* _package)
1279 const ResTable_package* const package;
1784 if (parsePackage((ResTable_package*)chunk, header) != NO_ERROR) {
3630 const ResTable_package* const pkg = package->package;
3761 status_t ResTable::parsePackage(const ResTable_package* const pkg,
3766 header->dataEnd, "ResTable_package");
3774 LOGW("ResTable_package type strings at %p are past chunk size %p.",
3779 LOGW("ResTable_package type strings at %p is not on an integer boundary.",
3784 LOGW("ResTable_package key strings at %p are past chunk size %p.",
3789 LOGW("ResTable_package key strings at %p is not on an integer boundary.",
3985 endPos, "ResTable_package:unknown");