Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-forkserver.c69 plugin->nyx_config_set_workdir_path = in afl_load_libnyx_plugin()
71 if (plugin->nyx_config_set_workdir_path == NULL) { goto fail; } in afl_load_libnyx_plugin()
577 fsrv->nyx_handlers->nyx_config_set_workdir_path(nyx_config, workdir_path); in afl_fsrv_start()
/aosp_15_r20/external/AFLplusplus/include/
H A Dforkserver.h65 void (*nyx_config_set_workdir_path)(void *config, const char *workdir); member