Home | History | Annotate | Download | only in rawbu

Lines Matching full:stderr

75         fprintf (stderr, "Error opendir'ing %s: %s\n",
126 fprintf(stderr, "warning -- stat() error on '%s': %s\n",
145 fprintf(stderr, "warning -- rmdir() error on '%s': %s\n",
163 fprintf(stderr, "warning -- unlink() error on '%s': %s\n",
178 fprintf(stderr, "unable to write int32 (%d bytes): %s\n", res, strerror(errno));
189 fprintf(stderr, "unable to write int64 (%d bytes): %s\n", res, strerror(errno));
208 fprintf(stderr, "unable to read source (%d of %ld bytes) file '%s': %s\n",
211 fprintf(stderr, "unable to read buffer (%d of %ld bytes): %s\n",
219 fprintf(stderr, "unable to write file (%d of %d bytes) '%s': '%s'\n",
222 fprintf(stderr, "unable to write buffer (%d of %d bytes): '%s'\n",
242 fprintf(stderr, "unable to write: %s\n", strerror(errno));
268 fprintf (stderr, "error opendir'ing '%s': %s\n",
310 fprintf(stderr, "stat() error on '%s': %s\n",
348 fprintf(stderr, "unable to open source file '%s': %s\n",
379 fprintf(stderr, "unable to open destination '%s': %s\n",
398 fprintf(stderr, "error flushing destination '%s': %s\n",
404 fprintf(stderr, "error syncing destination '%s': %s\n",
420 fprintf(stderr, "unable to read: %s\n", strerror(errno));
431 fprintf(stderr, "unable to read: %s\n", strerror(errno));
446 fprintf(stderr, "bad token %d in restore file\n", *type);
452 fprintf(stderr, "bad path length %d in restore file\n", pathLen);
457 fprintf(stderr, "truncated path in restore file\n");
466 fprintf(stderr, "bad uid in restore file at '%s'\n", readPath);
471 fprintf(stderr, "bad gid in restore file at '%s'\n", readPath);
476 fprintf(stderr, "bad mode in restore file at '%s'\n", readPath);
481 fprintf(stderr, "bad atime in restore file at '%s'\n", readPath);
487 fprintf(stderr, "bad mtime in restore file at '%s'\n", readPath);
493 fprintf(stderr, "bad ctime in restore file at '%s'\n", readPath);
509 fprintf(stderr, "Unable to open source '%s': %s\n",
516 fprintf(stderr, "Restore file has bad version: 0x%x\n", inputFileVersion);
555 fprintf(stderr, "unable to create directory '%s': %s\n",
566 fprintf(stderr, "bad file size %ld in restore file\n", size);
575 fprintf(stderr, "unable to open destination file '%s': %s\n",
589 fprintf(stderr, "unknown node type %d\n", type);
596 fprintf(stderr
603 fprintf(stderr, "unable to chown destination %s '%s' to uid %d / gid %d: %s\n",
613 fprintf(stderr, "unable to utime destination %s '%s': %s\n",
633 fprintf(stderr,"Usage: %s COMMAND [options] [backup-file-path]\n", cmd);
635 fprintf(stderr, "commands are:\n"
639 fprintf(stderr, "options include:\n"
642 fprintf(stderr, "\n backup-file-path Defaults to /sdcard/backup.dat .\n"
648 fprintf(stderr, "\nThe %s command allows you to perform low-level\n"
664 fprintf(stderr, "error -- %s must run as root\n", argv[0]);
669 fprintf(stderr, "No command specified.\n");
680 fprintf(stderr, "Unknown command: %s\n", argv[1]);
701 if (restore) fprintf(stderr, "Warning: -a option ignored on restore\n");
709 fprintf(stderr,"Unrecognized Option\n");
722 fprintf(stderr, "Too many arguments\n");