Home | History | Annotate | Download | only in applypatch

Lines Matching refs:pos

636     ssize_t pos;
641 if (msi->size - msi->pos < len) {
644 memcpy(msi->buffer + msi->pos, data, len);
645 msi->pos += len;
931 msi.pos = 0;
1004 if (WriteToPartition(msi.buffer, msi.pos, target_filename) != 0) {