Home | History | Annotate | Download | only in aapt

Lines Matching refs:strPos

232     size_t strPos = 0;
249 ent.offset = strPos;
254 void* dat = (void*)pool->editData(preSize + strPos + totalSize);
259 dat = (uint8_t*)dat + preSize + strPos;
276 strPos += totalSize;
281 if (strPos&0x3) {
282 size_t padPos = ((strPos+3)&~0x3);
288 memset(dat+preSize+strPos, 0, padPos-strPos);
289 strPos = padPos;
294 size_t styPos = strPos;
301 ent.offset = styPos-strPos;
358 header->stylesStart = htodl(STYLES > 0 ? (preSize+strPos) : 0);