HomeSort by relevance Sort by last modified time
    Searched refs:CHUNK_NORMAL (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/applypatch/
imgdiff.h 18 #define CHUNK_NORMAL 0
imgdiff.c 68 * if chunk type == CHUNK_NORMAL:
137 int type; // CHUNK_NORMAL, CHUNK_DEFLATE
291 curr->type = CHUNK_NORMAL;
347 curr->type = CHUNK_NORMAL;
418 curr->type = CHUNK_NORMAL;
471 curr->type = CHUNK_NORMAL;
503 curr->type = CHUNK_NORMAL;
608 if (tgt->type == CHUNK_NORMAL) {
634 if (tgt->type == CHUNK_NORMAL && tgt->len <= st.st_size) {
659 case CHUNK_NORMAL
    [all...]
imgpatch.c 49 // IMGDIFF2 uses CHUNK_NORMAL, CHUNK_DEFLATE, and CHUNK_RAW.
50 // (IMGDIFF1, which is no longer supported, used CHUNK_NORMAL and
69 if (type == CHUNK_NORMAL) {

Completed in 56 milliseconds