HomeSort by relevance Sort by last modified time
    Searched refs:bonus_data (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/applypatch/
applypatch.h 58 Value* bonus_data);
82 const Value* bonus_data);
imgpatch.c 42 const Value* bonus_data) {
131 // must be appended from the bonus_data value.
132 size_t bonus_size = (i == 1 && bonus_data != NULL) ? bonus_data->size : 0;
174 bonus_data->data, bonus_size);
applypatch.c 44 const Value* bonus_data);
716 Value* bonus_data) {
796 target_sha1, target_size, bonus_data);
811 const Value* bonus_data) {
968 patch, sink, token, &ctx, bonus_data)
    [all...]
imgdiff.c 792 unsigned char* bonus_data = NULL; local
800 bonus_data = malloc(bonus_size);
806 if (fread(bonus_data, 1, bonus_size, f) != bonus_size) {
960 if (i == 1 && bonus_data) {
963 memcpy(src_chunks[i].data+src_chunks[i].len, bonus_data, bonus_size);
    [all...]

Completed in 101 milliseconds