Searched defs:log (Results 1 - 1 of 1) sorted by path

/bootable/recovery/
H A Drecovery.cpp72 static const char *LOG_FILE = "/cache/recovery/log";
77 static const char *TEMPORARY_LOG_FILE = "/tmp/recovery.log";
91 * /cache/recovery/log - OUTPUT - combined log file from recovery run(s)
172 // close a file, log an error if the error indicator is set
262 // How much of the temp log we have copied to the copy in cache.
267 FILE *log = fopen_path(destination, append ? "a" : "w"); local
268 if (log == NULL) {
277 while (fgets(buf, sizeof(buf), tmplog)) fputs(buf, log);
283 check_and_fclose(log, destinatio
[all...]

Completed in 4 milliseconds