Home | History | Annotate | Download | only in afl

Lines Matching refs:CHECK_ERROR

78 #define CHECK_ERROR(cond, error_message)                                       \
151 CHECK_ERROR(chars_printed != 0, "Failed to write extra_stats_file");
153 CHECK_ERROR(fclose(extra_stats_file) == 0,
162 CHECK_ERROR(first_crash,
195 CHECK_ERROR(matches == kNumExtraStats, "Extra stats file is corrupt");
197 CHECK_ERROR(fclose(extra_stats_file) == 0, "Failed to close file");
201 CHECK_ERROR(extra_stats_file,
206 CHECK_ERROR(extra_stats_file, "failed to create extra stats file");
270 CHECK_ERROR(gettimeofday(&unit_start_time, NULL) == 0,
276 CHECK_ERROR(gettimeofday(&unit_stop_time, NULL) == 0,