OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
:
129
int type; //
CHUNK_NORMAL
, CHUNK_DEFLATE
283
curr->type =
CHUNK_NORMAL
;
339
curr->type =
CHUNK_NORMAL
;
410
curr->type =
CHUNK_NORMAL
;
463
curr->type =
CHUNK_NORMAL
;
495
curr->type =
CHUNK_NORMAL
;
600
if (tgt->type ==
CHUNK_NORMAL
) {
626
if (tgt->type ==
CHUNK_NORMAL
&& tgt->len <= st.st_size) {
651
case
CHUNK_NORMAL
[
all
...]
imgpatch.c
48
// IMGDIFF2 uses
CHUNK_NORMAL
, CHUNK_DEFLATE, and CHUNK_RAW.
49
// (IMGDIFF1, which is no longer supported, used
CHUNK_NORMAL
and
68
if (type ==
CHUNK_NORMAL
) {
Completed in 62 milliseconds