Searched refs:strPos (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DStringPool.cpp433 size_t strPos = 0; local
450 ent.offset = strPos;
455 void* dat = (void*)pool->editData(preSize + strPos + totalSize);
460 dat = (uint8_t*)dat + preSize + strPos;
477 strPos += totalSize;
482 if (strPos&0x3) {
483 size_t padPos = ((strPos+3)&~0x3);
489 memset(dat+preSize+strPos, 0, padPos-strPos);
490 strPos
[all...]

Completed in 22 milliseconds