Home | History | Annotate | Download | only in androidfw

Lines Matching refs:typeStrings

2366     ResStringPool                   typeStrings;
2424 // This is for finding typeStrings and other common package stuff.
2984 outName->type = grp->basePackage->typeStrings.stringAt(t, &outName->typeLen);
3679 const ssize_t ti = group->basePackage->typeStrings.indexOfString(type, typeLen);
4968 if (dtohl(pkg->typeStrings) >= pkgSize) {
4970 (void*)dtohl(pkg->typeStrings), (void*)pkgSize);
4973 if ((dtohl(pkg->typeStrings)&0x3) != 0) {
4975 (void*)dtohl(pkg->typeStrings));
5015 err = package->typeStrings.setTo(base+dtohl(pkg->typeStrings),
5016 header->dataEnd-(base+dtohl(pkg->typeStrings)));