Home
last modified time | relevance | path

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

/external/honggfuzz/
Dreport.c36 static int reportFD = -1; variable
40 dprintf(reportFD, " dynFileMethod: "); in report_printdynFileMethod()
42 dprintf(reportFD, "NONE\n"); in report_printdynFileMethod()
45 dprintf(reportFD, "INSTR_COUNT "); in report_printdynFileMethod()
47 dprintf(reportFD, "BRANCH_COUNT "); in report_printdynFileMethod()
49 dprintf(reportFD, "BTS_EDGE_COUNT "); in report_printdynFileMethod()
51 dprintf(reportFD, "IPT_BLOCK_COUNT "); in report_printdynFileMethod()
53 dprintf(reportFD, "\n"); in report_printdynFileMethod()
59 dprintf(reportFD, " fuzzTarget : "); in report_printTargetCmd()
61 dprintf(reportFD, "%s ", run->global->exe.cmdline[x]); in report_printTargetCmd()
[all …]