Home | History | Annotate | Download | only in fastboot

Lines Matching full:stderr

89     fprintf(stderr,"error: ");
90 vfprintf(stderr, fmt, ap);
91 fprintf(stderr,"\n");
117 fprintf(stderr,"unknown partition '%s'\n", item);
261 fprintf(stderr,"< waiting for device >\n");
276 fprintf(stderr,
322 fprintf(stderr, "no image specified\n");
328 fprintf(stderr, "cannot load '%s': %s\n", kernel, strerror(errno));
337 fprintf(stderr, "cannot boot a boot.img *and* ramdisk\n");
348 fprintf(stderr,"cannot load '%s': %s\n", ramdisk, strerror(errno));
353 fprintf(stderr,"creating boot image...\n");
359 fprintf(stderr,"failed to create boot.img\n");
363 fprintf(stderr,"creating boot image - %d bytes\n", bsize);
377 fprintf(stderr, "archive does not contain '%s'\n", name);
387 fprintf(stderr, "failed to allocate %d bytes\n", *sz);
392 fprintf(stderr, "failed to unzip '%s' from archive\n", name);
543 fprintf(stderr, "target reported max download size of %lld bytes\n",
928 fprintf(stderr, "******** Did you mean to fastboot format this partition?\n");