Home | History | Annotate | Download | only in utils

Lines Matching refs:typeStrings

1424     ResStringPool                   typeStrings;
1482 // This is for finding typeStrings and other common package stuff.
2042 outName->type = grp->basePackage->typeStrings.stringAt(t, &outName->typeLen);
2756 const ssize_t ti = group->basePackage->typeStrings.indexOfString(type, typeLen);
4079 if (dtohl(pkg->typeStrings) >= pkgSize) {
4081 (void*)dtohl(pkg->typeStrings), (void*)pkgSize);
4084 if ((dtohl(pkg->typeStrings)&0x3) != 0) {
4086 (void*)dtohl(pkg->typeStrings));
4126 err = package->typeStrings.setTo(base+dtohl(pkg->typeStrings),
4127 header->dataEnd-(base+dtohl(pkg->typeStrings)));