Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/include/applypatch/
Dimgdiff.h26 #define CHUNK_RAW 3 // version 2 only macro
/bootable/recovery/applypatch/
Dimgdiff.cpp457 : type_(CHUNK_RAW), in PatchChunk()
490 case CHUNK_RAW: in GetHeaderSize()
523 case CHUNK_RAW: in WriteHeaderToFd()
538 if (type_ == CHUNK_RAW) { in PatchSize()
569 if (patch.type_ == CHUNK_RAW) { in WritePatchDataToFd()
Dimgpatch.cpp190 } else if (type == CHUNK_RAW) { in ApplyImagePatch()
/bootable/recovery/tests/component/
Dimgdiff_test.cpp63 } else if (type == CHUNK_RAW) { in verify_patch_header()