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

  /bootable/recovery/applypatch/
imgdiff.h 21 #define CHUNK_RAW 3 // version 2 only
imgpatch.c 48 // IMGDIFF2 uses CHUNK_NORMAL, CHUNK_DEFLATE, and CHUNK_RAW.
82 } else if (type == CHUNK_RAW) {
imgdiff.c 602 tgt->type = CHUNK_RAW;
629 tgt->type = CHUNK_RAW;
946 case CHUNK_RAW:
990 case CHUNK_RAW:
1002 if (tgt_chunks[i].type != CHUNK_RAW) {

Completed in 1016 milliseconds