Home
last modified time | relevance | path

Searched refs:log (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/
Drecovery.cpp255 FILE *log = fopen_path(destination, append ? "a" : "w"); in copy_log_file() local
256 if (log == NULL) { in copy_log_file()
265 while (fgets(buf, sizeof(buf), tmplog)) fputs(buf, log); in copy_log_file()
271 check_and_fclose(log, destination); in copy_log_file()