Lines Matching full:printf
58 printf("failed to stat \"%s\": %s\n", filename, strerror(errno));
67 printf("failed to open \"%s\": %s\n", filename, strerror(errno));
75 printf("short read of \"%s\" (%ld bytes of %ld)\n",
90 printf("error trying to mask retouch entries\n");
149 printf("LoadPartitionContents called with bad filename (%s)\n",
163 printf("LoadPartitionContents called with bad filename (%s)\n",
176 printf("LoadPartitionContents called with bad size (%s)\n", filename);
200 printf("mtd partition \"%s\" not found (loading %s)\n",
207 printf("failed to initialize read of mtd partition \"%s\"\n",
216 printf("failed to open emmc partition \"%s\": %s\n",
248 printf("short read (%d bytes of %d) for partition \"%s\"\n",
265 printf("failed to parse sha1 %s in %s\n",
275 printf("partition read matched size %d sha %s\n",
297 printf("contents of partition \"%s\" didn't match %s\n",
328 printf("failed to open \"%s\" for write: %s\n",
335 printf("short write of \"%s\" (%ld bytes of %ld) (%s)\n",
345 printf("chmod of \"%s\" failed: %s\n", filename, strerror(errno));
349 printf("chown of \"%s\" failed: %s\n", filename, strerror(errno));
370 printf("WriteToPartition called with bad target (%s)\n", target);
376 printf("bad partition target name \"%s\"\n", target);
389 printf("mtd partition \"%s\" not found for writing\n",
396 printf("failed to init mtd partition \"%s\" for writing\n",
403 printf("only wrote %d of %d bytes to MTD %s\n",
410 printf("error finishing mtd write of %s\n", partition);
416 printf("error closing mtd write of %s\n", partition);
425 printf("short write writing to %s (%s)\n",
430 printf("error closing %s (%s)\n", partition, strerror(errno));
502 printf("file \"%s\" doesn't have any of expected "
514 printf("failed to load cache file\n");
519 printf("cache bits don't match any sha1 for \"%s\"\n", filename);
541 printf("error writing %d bytes: %s\n", (int)(len-done), strerror(errno));
570 printf("failed to statfs %s: %s\n", filename, strerror(errno));
578 printf("unable to make %ld bytes available on /cache\n", (long)bytes);
619 printf("\napplying patch to %s\n", source_filename);
628 printf("failed to parse tgt-sha1 \"%s\"\n", target_sha1_str);
644 printf("\"%s\" is already target; no patch needed\n",
670 printf("source file is bad; trying copy\n");
675 printf("failed to read copy file\n");
687 printf("copy file doesn't match source SHA-1s either\n");
727 printf("not enough free space on /cache\n");
731 printf("failed to back up source file\n");
743 printf("target %ld bytes; free space %ld bytes; retry %d; enough %d\n",
761 printf("not enough free space for target but source "
767 printf("not enough free space on /cache\n");
772 printf("failed to back up source file\n");
779 printf("(now %ld bytes free for target)\n", (long)free_space);
793 printf("patch is not a blob\n");
806 printf("failed to alloc %ld bytes for output\n",
822 printf("failed to open output file %s: %s\n",
846 printf("Unknown patch file format\n");
857 printf("applying patch failed\n");
860 printf("applying patch failed; retrying\n");
873 printf("patch did not produce expected sha1\n");
880 printf("write of patched data to %s failed\n", target_filename);
888 printf("chmod of \"%s\" failed: %s\n", outname, strerror(errno));
893 printf("chown of \"%s\" failed: %s\n", outname, strerror(errno));
899 printf("rename of .patch to \"%s\" failed: %s\n",