Home
last modified time | relevance | path

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

/external/honggfuzz/
Dinput.c408 const char* const argv[] = {run->global->exe.postExternalCommand, fname, NULL}; in input_postProcessFile()
410 LOG_E("Subprocess '%s' returned abnormally", run->global->exe.postExternalCommand); in input_postProcessFile()
Dcmdline.c274 .postExternalCommand = NULL, in cmdlineParse()
588 hfuzz->exe.postExternalCommand = optarg; in cmdlineParse()
Dhonggfuzz.h208 const char* postExternalCommand; member
Dfuzz.c343 if (run->global->exe.postExternalCommand && !input_postProcessFile(run)) { in fuzz_fetchInput()