Home
last modified time | relevance | path

Searched refs:type (Results 1 – 15 of 15) sorted by relevance

/bootable/recovery/applypatch/
Dimgdiff.c137 int type; // CHUNK_NORMAL, CHUNK_DEFLATE member
291 curr->type = CHUNK_NORMAL; in ReadZip()
306 curr->type = CHUNK_DEFLATE; in ReadZip()
347 curr->type = CHUNK_NORMAL; in ReadZip()
419 curr->type = CHUNK_NORMAL; in ReadImage()
428 curr->type = CHUNK_DEFLATE; in ReadImage()
480 curr->type = CHUNK_NORMAL; in ReadImage()
512 curr->type = CHUNK_NORMAL; in ReadImage()
584 if (chunk->type != CHUNK_DEFLATE) { in ReconstructDeflateChunk()
617 if (tgt->type == CHUNK_NORMAL) { in MakePatch()
[all …]
Dimgpatch.c68 int type = Read4(patch->data + pos); in ApplyImagePatch() local
71 if (type == CHUNK_NORMAL) { in ApplyImagePatch()
85 } else if (type == CHUNK_RAW) { in ApplyImagePatch()
106 } else if (type == CHUNK_DEFLATE) { in ApplyImagePatch()
228 printf("patch chunk %d is unknown type %d\n", i, type); in ApplyImagePatch()
Dapplypatch.c128 enum PartitionType type; in LoadPartitionContents() local
131 type = MTD; in LoadPartitionContents()
133 type = EMMC; in LoadPartitionContents()
177 switch (type) { in LoadPartitionContents()
224 switch (type) { in LoadPartitionContents()
269 switch (type) { in LoadPartitionContents()
356 enum PartitionType type; in WriteToPartition() local
358 type = MTD; in WriteToPartition()
360 type = EMMC; in WriteToPartition()
372 switch (type) { in WriteToPartition()
[all …]
Dmain.c81 (*patches)[i]->type = VAL_BLOB; in ParsePatchArgs()
111 bonus->type = VAL_BLOB; in PatchMode()
/bootable/recovery/
Dasn1_decoder.cpp111 int type = get_byte(ctx); in asn1_constructed_get() local
112 if (type == -1 || (type & kMaskConstructed) != kTagConstructed) { in asn1_constructed_get()
120 app_ctx->app_type = type & kMaskAppType; in asn1_constructed_get()
Dui.cpp96 if (ev.type == EV_SYN) { in OnInputEvent()
98 } else if (ev.type == EV_REL) { in OnInputEvent()
119 if (ev.type == EV_KEY && ev.code <= KEY_MAX) { in OnInputEvent()
Dscreen_ui.h39 void SetProgressType(ProgressType type);
Dscreen_ui.cpp462 void ScreenRecoveryUI::SetProgressType(ProgressType type) { in SetProgressType() argument
464 if (progressBarType != type) { in SetProgressType()
465 progressBarType = type; in SetProgressType()
/bootable/recovery/edify/
Dparser.y51 %type <expr> expr
52 %type <args> arglist
Dexpr.h52 int type; member
Dexpr.c38 if (v->type != VAL_STRING) { in Evaluate()
39 ErrorAbort(state, "expecting string, got value type %d", v->type); in Evaluate()
55 v->type = VAL_STRING; in StringValue()
/bootable/recovery/minui/
Dgraphics_drm.cpp256 unsigned type) { in find_used_connector_by_type() argument
263 if ((connector->connector_type == type) && in find_used_connector_by_type()
322 if (main_monitor_connector->modes[modes].type & in find_main_monitor()
/bootable/recovery/updater/
Dinstall.c556 v->type = VAL_BLOB; in PackageExtractFileFn()
1051 if (partition_value->type != VAL_STRING) { in WriteRawImageFn()
1060 if (contents->type == VAL_STRING && strlen((char*) contents->data) == 0) { in WriteRawImageFn()
1083 if (contents->type == VAL_STRING) { in WriteRawImageFn()
1186 if (patches[i*2]->type != VAL_STRING) { in ApplyPatchFn()
1190 if (patches[i*2+1]->type != VAL_BLOB) { in ApplyPatchFn()
1361 if (args[i]->type != VAL_STRING) { in Sha1CheckFn()
1396 v->type = VAL_BLOB; in ReadFileFn()
Dblockimg.c1373 patch_value.type = VAL_BLOB; in PerformCommandDiff()
1558 if (blockdev_filename->type != VAL_STRING) { in PerformBlockImageUpdate()
1562 if (transfer_list_value->type != VAL_BLOB) { in PerformBlockImageUpdate()
1566 if (new_data_fn->type != VAL_STRING) { in PerformBlockImageUpdate()
1570 if (patch_data_fn->type != VAL_STRING) { in PerformBlockImageUpdate()
1897 if (blockdev_filename->type != VAL_STRING) { in RangeSha1Fn()
1901 if (ranges->type != VAL_STRING) { in RangeSha1Fn()
/bootable/recovery/fonts/
DOFL.txt24 however, cannot be released under any other type of license. The