Home | History | Annotate | Download | only in recovery

Lines Matching full:stderr

56         fprintf(stderr, "failed to seek to %d: %s\n",
61 fprintf(stderr, "failed to write bootloader: %s\n", strerror(errno));
72 fprintf(stderr, "failed to read boot flag: %s\n", strerror(errno));
76 fprintf(stderr, "bootflag is [%c%c%c%c%c%c%c%c]\n",
97 fprintf(stderr, "expected bootloader.img of length %d; got %d\n",
105 fprintf(stderr, "failed to open %s: %s\n", force_ro_fn, strerror(errno));
109 fprintf(stderr, "failed to write %s: %s\n", force_ro_fn, strerror(errno));
115 fprintf(stderr, "failed to close %s: %s\n", force_ro_fn, strerror(errno));
121 fprintf(stderr, "failed to open %s: %s\n", block_fn, strerror(errno));
132 fprintf(stderr, "updating secondary copy of bootloader\n");
137 fprintf(stderr, "updating primary copy of bootloader\n");
142 fprintf(stderr, "no bootflag; updating entire bootloader block\n");
150 fprintf(stderr, "updating BL1/BL2\n");
191 fprintf(stderr, "installing samsung.manta updater extensions\n");