Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dinstall.c890 char** patch_sha_str = malloc(patchcount * sizeof(char*)); in ApplyPatchFn() local
892 patch_sha_str[i] = patches[i*2]->data; in ApplyPatchFn()
900 patchcount, patch_sha_str, patches, NULL); in ApplyPatchFn()
905 free(patch_sha_str); in ApplyPatchFn()