Home | History | Annotate | Download | only in ota

Lines Matching defs:out

51     FILE *out = fopen(kOutputFile, "a");
52 if (out == NULL) {
59 fprintf(out, "*** check-lost+found ***\nStarted: %s", ctime(&start));
69 fprintf(out, "Wrote %s, rebooting\n", kMarkerFile);
70 fflush(out);
88 fprintf(out, "Reboot failed?!\n");
91 fprintf(out, "Can't write %s: %s\n", kMarkerFile, strerror(errno));
94 fprintf(out, "Found %s\n", kMarkerFile);
103 fprintf(out, "Can't open %s: %s\n", fn, strerror(errno));
113 fprintf(out, "OMGZ FOUND %d FILES IN %s\n", count, fn);
115 fprintf(out, "%s is clean\n", fn);
123 fprintf(out, "Can't read kernel log: %s\n", strerror(errno));
125 fprintf(out, "--- Kernel log ---\n");
137 fprintf(out, "%s\n", line);