Home | History | Annotate | Download | only in recovery

Lines Matching defs:log

66 static const char *LOG_FILE = "/cache/recovery/log";
71 static const char *TEMPORARY_LOG_FILE = "/tmp/recovery.log";
81 * /cache/recovery/log - OUTPUT - combined log file from recovery run(s)
156 // close a file, log an error if the error indicator is set
239 // How much of the temp log we have copied to the copy in cache.
244 FILE *log = fopen_path(destination, append ? "a" : "w");
245 if (log == NULL) {
254 while (fgets(buf, sizeof(buf), tmplog)) fputs(buf, log);
260 check_and_fclose(log, destination);
281 // copy our log file to cache as well (for the system to read), and
342 // Any part of the log we'd copied to cache is now gone.
344 // log.