Searched refs:dest_fp (Results 1 – 1 of 1) sorted by relevance
292 FILE* dest_fp = fopen_path(destination, append ? "a" : "w"); in copy_log_file() local293 if (dest_fp == nullptr) { in copy_log_file()304 fwrite(buf, 1, bytes, dest_fp); in copy_log_file()311 check_and_fclose(dest_fp, destination); in copy_log_file()