Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dimgdiff.h18 #define CHUNK_NORMAL 0 macro
Dimgdiff.c291 curr->type = CHUNK_NORMAL; in ReadZip()
347 curr->type = CHUNK_NORMAL; in ReadZip()
418 curr->type = CHUNK_NORMAL; in ReadImage()
471 curr->type = CHUNK_NORMAL; in ReadImage()
503 curr->type = CHUNK_NORMAL; in ReadImage()
608 if (tgt->type == CHUNK_NORMAL) { in MakePatch()
634 if (tgt->type == CHUNK_NORMAL && tgt->len <= st.st_size) { in MakePatch()
659 case CHUNK_NORMAL: in MakePatch()
680 ch->type = CHUNK_NORMAL; in ChangeDeflateChunkToNormal()
694 case CHUNK_NORMAL: in AreChunksEqual()
[all …]
Dimgpatch.c69 if (type == CHUNK_NORMAL) { in ApplyImagePatch()