OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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