Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/include/
H A Dforkserver.h88 bool (*nyx_remove_work_dir)(const char *workdir); member
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-forkserver.c129 plugin->nyx_remove_work_dir = dlsym(handle, "nyx_remove_work_dir"); in afl_load_libnyx_plugin()
130 if (plugin->nyx_remove_work_dir == NULL) { goto fail; } in afl_load_libnyx_plugin()
H A Dafl-common.c1442 if (fsrv->nyx_handlers->nyx_remove_work_dir(workdir_path) != true) { in remove_nyx_tmp_workdir()