Home
last modified time | relevance | path

Searched refs:curr (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/applypatch/
Dimgdiff.cpp291 ImageChunk* curr = *chunks; in ReadZip() local
294 curr->type = CHUNK_NORMAL; in ReadZip()
295 curr->start = 0; in ReadZip()
296 curr->len = st.st_size; in ReadZip()
297 curr->data = img; in ReadZip()
298 curr->filename = NULL; in ReadZip()
299 curr->I = NULL; in ReadZip()
300 ++curr; in ReadZip()
309 curr->type = CHUNK_DEFLATE; in ReadZip()
310 curr->start = pos; in ReadZip()
[all …]