Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery-persist.cpp62 FILE* dest_fp = fopen(destination, "w"); in copy_file() local
63 if (dest_fp == nullptr) { in copy_file()
71 fwrite(buf, 1, bytes, dest_fp); in copy_file()
75 check_and_fclose(dest_fp, destination); in copy_file()
Drecovery.cpp422 FILE* dest_fp = fopen_path(destination, append ? "a" : "w"); in copy_log_file() local
423 if (dest_fp == nullptr) { in copy_log_file()
434 fwrite(buf, 1, bytes, dest_fp); in copy_log_file()
441 check_and_fclose(dest_fp, destination); in copy_log_file()