Home
last modified time | relevance | path

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

/external/AFLplusplus/src/
Dafl-forkserver.c582 char *nyx_log_path = getenv("AFL_NYX_LOG"); in afl_fsrv_start() local
583 if (nyx_log_path) { in afl_fsrv_start()
586 open(nyx_log_path, O_CREAT | O_TRUNC | O_WRONLY, DEFAULT_PERMISSION); in afl_fsrv_start()