Home | History | Annotate | Download | only in recovery

Lines Matching refs:log_fp

236         FILE* log_fp = fopen(filename, "a");
237 if (log_fp == nullptr) {
246 check_and_fclose(log_fp, filename);
258 fprintf(log_fp, "[%12.6lf]\n", duration);
260 fprintf(log_fp, "[%12.6lf] %s", duration, line);
262 fflush(log_fp);
268 check_and_fclose(log_fp, filename);