Home | History | Annotate | Download | only in arm

Lines Matching full:coverage_log

93 static FILE* coverage_log = NULL;
99 coverage_log = fopen(file_name, "aw+");
119 if (coverage_log != NULL) {
120 fprintf(coverage_log, "%s\n", msg);
121 fflush(coverage_log);