Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-forkserver.c161 if (fsrv->nyx_use_tmp_workdir && fsrv->nyx_tmp_workdir_path) { in afl_nyx_runner_kill()
163 remove_nyx_tmp_workdir(fsrv, fsrv->nyx_tmp_workdir_path); in afl_nyx_runner_kill()
222 fsrv->nyx_tmp_workdir_path = NULL; in afl_fsrv_init()
540 fsrv->nyx_tmp_workdir_path = create_nyx_tmp_workdir(); in afl_fsrv_start()
541 fsrv->out_dir_path = fsrv->nyx_tmp_workdir_path; in afl_fsrv_start()
/aosp_15_r20/external/AFLplusplus/include/
H A Dforkserver.h203 char *nyx_tmp_workdir_path; member