Home | History | Annotate | Download | only in fastboot

Lines Matching refs:stderr

68     fprintf(stderr,"error: ");
69 vfprintf(stderr, fmt, ap);
70 fprintf(stderr,"\n");
94 fprintf(stderr,"unknown partition '%s'\n", item);
200 fprintf(stderr,"< waiting for device >\n");
215 fprintf(stderr,
253 fprintf(stderr, "no image specified\n");
259 fprintf(stderr, "cannot load '%s'\n", kernel);
268 fprintf(stderr, "cannot boot a boot.img *and* ramdisk\n");
279 fprintf(stderr,"cannot load '%s'\n", ramdisk);
284 fprintf(stderr,"creating boot image...\n");
287 fprintf(stderr,"failed to create boot.img\n");
291 fprintf(stderr,"creating boot image - %d bytes\n", bsize);
305 fprintf(stderr, "archive does not contain '%s'\n", name);
315 fprintf(stderr, "failed to allocate %d bytes\n", *sz);
320 fprintf(stderr, "failed to unzip '%s' from archive\n", name);