Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp291 static void copy_log_file(const char* source, const char* destination, bool append) { in copy_log_file() argument
292 FILE* dest_fp = fopen_path(destination, append ? "a" : "w"); in copy_log_file()
298 if (append) { in copy_log_file()
306 if (append) { in copy_log_file()