Home | History | Annotate | Download | only in fastboot

Lines Matching refs:fprintf

68     fprintf(stderr,"error: ");
70 fprintf(stderr,"\n");
96 fprintf(stderr,"unknown partition '%s'\n", item);
205 fprintf(stderr,"< waiting for device >\n");
220 fprintf(stderr,
259 fprintf(stderr, "no image specified\n");
265 fprintf(stderr, "cannot load '%s'\n", kernel);
274 fprintf(stderr, "cannot boot a boot.img *and* ramdisk\n");
285 fprintf(stderr,"cannot load '%s'\n", ramdisk);
290 fprintf(stderr,"creating boot image...\n");
293 fprintf(stderr,"failed to create boot.img\n");
297 fprintf(stderr,"creating boot image - %d bytes\n", bsize);
311 fprintf(stderr, "archive does not contain '%s'\n", name);
321 fprintf(stderr, "failed to allocate %d bytes\n", *sz);
326 fprintf(stderr, "failed to unzip '%s' from archive\n", name);