Lines Matching refs:fprintf

78     fprintf(stderr, "section %d status %d\n", section, status);  in onReportSectionStatus()
86 fprintf(stderr, "service '%s' status %d\n", String8(service).string(), status); in onReportServiceStatus()
94 fprintf(stderr, "done\n"); in onReportFinished()
103 fprintf(stderr, "failed\n"); in onReportFailed()
135 fprintf(out, "available sections:\n"); in section_list()
137 fprintf(out, "id: %4d, name: %s\n", sections[i].id, sections[i].name); in section_list()
226 fprintf(out, "usage: incident OPTIONS [SECTION...]\n"); in usage()
227 fprintf(out, "\n"); in usage()
228 fprintf(out, "Takes an incident report.\n"); in usage()
229 fprintf(out, "\n"); in usage()
230 fprintf(out, "OPTIONS\n"); in usage()
231 fprintf(out, " -l list available sections\n"); in usage()
232 fprintf(out, " -p privacy spec, LOCAL, EXPLICIT or AUTOMATIC. Default AUTOMATIC.\n"); in usage()
233 fprintf(out, " -r REASON human readable description of why the report is taken.\n"); in usage()
234 fprintf(out, " -z gzip the incident report, i.e. pipe the output through gzip.\n"); in usage()
235 fprintf(out, "\n"); in usage()
236 fprintf(out, "and one of these destinations:\n"); in usage()
237 fprintf(out, " -b (default) print the report to stdout (in proto format)\n"); in usage()
238 fprintf(out, " -d send the report into dropbox\n"); in usage()
239 fprintf(out, " -u print a full report to stdout for dumpstate to zip as a bug\n"); in usage()
240fprintf(out, " report. SECTION is ignored. Should only be called by dumpstate.\n"); in usage()
241 fprintf(out, " -s PKG/CLS send broadcast to the broadcast receiver.\n"); in usage()
242 fprintf(out, "\n"); in usage()
243 fprintf(out, " SECTION the field numbers of the incident report fields to include\n"); in usage()
244 fprintf(out, "\n"); in usage()
324 fprintf(stderr, "badly formatted -s package/class option: %s\n\n", receiverArg.c_str()); in main()
343 fprintf(stderr, "Invalid section: %s\n", arg); in main()
370 fprintf(stderr, "Couldn't look up the incident service\n"); in main()
387 fprintf(stderr, "reportIncident returned \"%s\"\n", status.toString8().string()); in main()
399 fprintf(stderr, "reportIncident returned \"%s\"\n", status.toString8().string()); in main()
406 fprintf(stderr, "reportIncident returned \"%s\"\n", status.toString8().string()); in main()