Searched refs:img (Results 1 – 4 of 4) sorted by relevance
194 unsigned char* img = malloc(st.st_size); in ReadZip() local196 if (fread(img, 1, st.st_size, f) != st.st_size) { in ReadZip()207 if (img[i] == 0x50 && img[i+1] == 0x4b && in ReadZip()208 img[i+2] == 0x05 && img[i+3] == 0x06) { in ReadZip()213 if (!(img[i+4] == 0 && img[i+5] == 0 && img[i+6] == 0 && img[i+7] == 0)) { in ReadZip()218 int cdcount = Read2(img+i+8); in ReadZip()219 int cdoffset = Read4(img+i+16); in ReadZip()224 unsigned char* cd = img+cdoffset; in ReadZip()251 unsigned char* lh = img + hoffset; in ReadZip()294 curr->data = img; in ReadZip()[all …]
107 patch_and_apply boot.img108 patch_and_apply system/recovery.img
12 fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
8 write_raw_image PACKAGE:boot.img BOOT: