Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.h59 Value* bonus_data);
84 const Value* bonus_data);
Dimgpatch.c41 const Value* bonus_data) { in ApplyImagePatch() argument
131 size_t bonus_size = (i == 1 && bonus_data != NULL) ? bonus_data->size : 0; in ApplyImagePatch()
173 bonus_data->data, bonus_size); in ApplyImagePatch()
Dapplypatch.c43 const Value* bonus_data);
723 Value* bonus_data) { in applypatch() argument
806 target_sha1, target_size, bonus_data); in applypatch()
821 const Value* bonus_data) { in GenerateTarget() argument
977 patch, sink, token, &ctx, bonus_data); in GenerateTarget()
Dimgdiff.c792 unsigned char* bonus_data = NULL; in main() local
800 bonus_data = malloc(bonus_size); in main()
806 if (fread(bonus_data, 1, bonus_size, f) != bonus_size) { in main()
960 if (i == 1 && bonus_data) { in main()
963 memcpy(src_chunks[i].data+src_chunks[i].len, bonus_data, bonus_size); in main()