Lines Matching full:img
82 fn = "boot.img";
84 fn = "recovery.img";
86 fn = "system.img";
88 fn = "userdata.img";
265 fprintf(stderr, "cannot boot a boot.img *and* ramdisk\n");
284 fprintf(stderr,"failed to create boot.img\n");
457 data = unzip_file(zip, "boot.img", &sz);
458 if (data == 0) die("update package missing boot.img");
462 data = unzip_file(zip, "recovery.img", &sz);
468 data = unzip_file(zip, "system.img", &sz);
469 if (data == 0) die("update package missing system.img");
482 if (strcmp(xtn, ".img")) return;
486 strcpy(xtn,".img");
508 if (data == 0) die("could not load boot.img");
521 if (data == 0) die("could not load system.img");
643 fb_queue_download("boot.img", data, sz);