Home
last modified time | relevance | path

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

/build/tools/applypatch/
Dimgdiff.h21 #define CHUNK_RAW 3 // version 2 only macro
Dimgdiff.c602 tgt->type = CHUNK_RAW; in MakePatch()
629 tgt->type = CHUNK_RAW; in MakePatch()
946 case CHUNK_RAW: in main()
990 case CHUNK_RAW: in main()
1002 if (tgt_chunks[i].type != CHUNK_RAW) { in main()
Dimgpatch.c226 } else if (type == CHUNK_RAW) { in ApplyImagePatch()