Home | History | Annotate | Download | only in applypatch

Lines Matching full:failed

52         printf("failed to stat \"%s\": %s\n", filename, strerror(errno));
61 printf("failed to open \"%s\": %s\n", filename, strerror(errno));
173 printf("failed to initialize read of mtd partition \"%s\"\n",
213 printf("failed to parse sha1 %s in %s\n",
267 printf("failed to open \"%s\" for write: %s\n",
284 printf("chmod of \"%s\" failed: %s\n", filename, strerror(errno));
288 printf("chown of \"%s\" failed: %s\n", filename, strerror(errno));
325 printf("failed to init mtd partition \"%s\" for writing\n",
427 printf("failed to load cache file\n");
483 printf("failed to statfs %s: %s\n", filename, strerror(errno));
541 printf("failed to parse tgt-sha1 \"%s\"\n", target_sha1_str);
565 // Need to load the source file: either we failed to load the
585 printf("failed to read copy file\n");
639 printf("failed to back up source file\n");
677 printf("failed to back up source file\n");
710 printf("failed to alloc %ld bytes for output\n",
726 printf("failed to open output file %s: %s\n",
761 printf("applying patch failed\n");
764 printf("applying patch failed; retrying\n");
784 printf("write of patched data to %s failed\n", target_filename);
792 printf("chmod of \"%s\" failed: %s\n", outname, strerror(errno));
797 printf("chown of \"%s\" failed: %s\n", outname, strerror(errno));
803 printf("rename of .patch to \"%s\" failed: %s\n",