Home | History | Annotate | Download | only in aapt2

Lines Matching defs:header

438   android::ResStringPool_header* header = out->NextBlock<android::ResStringPool_header>();
439 header->header.type = util::HostToDevice16(android::RES_STRING_POOL_TYPE);
440 header->header.headerSize = util::HostToDevice16(sizeof(*header));
441 header->stringCount = util::HostToDevice32(pool.size());
442 header->styleCount = util::HostToDevice32(pool.styles_.size());
444 header->flags |= android::ResStringPool_header::UTF8_FLAG;
452 header->stringsStart = before_strings_index - start_index;
469 header->stylesStart = util::HostToDevice32(before_styles_index - start_index);
499 header->header.size = util::HostToDevice32(out->size() - start_index);