Searched refs:nyx_remove_work_dir (Results 1 – 3 of 3) sorted by relevance
88 bool (*nyx_remove_work_dir)(const char *workdir); member
129 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()
1442 if (fsrv->nyx_handlers->nyx_remove_work_dir(workdir_path) != true) { in remove_nyx_tmp_workdir()