Searched refs:curOff (Results 1 – 2 of 2) sorted by relevance
119 off64_t curOff = off + size; in write() local121 off64_t mapSize = curOff - alignedOff; in write()
4646 …size_t curOff = (reinterpret_cast<uintptr_t>(entry.entry) - reinterpret_cast<uintptr_t>(entry.type… in getBagLocked() local4657 ALOGI("Now at %p\n", (void*)curOff); in getBagLocked()4660 if (curOff > (dtohl(entry.type->header.size)-sizeof(ResTable_map))) { in getBagLocked()4662 (int)curOff, dtohl(entry.type->header.size)); in getBagLocked()4666 map = (const ResTable_map*)(((const uint8_t*)entry.type) + curOff); in getBagLocked()4675 (int) curOff, (int) newName); in getBagLocked()4748 curOff += size + sizeof(*map)-sizeof(map->value); in getBagLocked()