Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp271 static void save_kernel_log(const char* destination) { in save_kernel_log() argument
285 android::base::WriteStringToFile(buffer, destination); in save_kernel_log()
291 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()
294 LOGE("Can't open %s\n", destination); in copy_log_file()
311 check_and_fclose(dest_fp, destination); in copy_log_file()