Searched refs:nyx_out_dir_path (Results 1 – 2 of 2) sorted by relevance
1426 char *nyx_out_dir_path = in create_nyx_tmp_workdir() local1429 if (mkdir(nyx_out_dir_path, 0700)) { PFATAL("Unable to create nyx workdir"); } in create_nyx_tmp_workdir()1431 return nyx_out_dir_path; in create_nyx_tmp_workdir()1436 void remove_nyx_tmp_workdir(afl_forkserver_t *fsrv, char *nyx_out_dir_path) { in remove_nyx_tmp_workdir() argument1438 char *workdir_path = alloc_printf("%s/workdir", nyx_out_dir_path); in remove_nyx_tmp_workdir()1450 if (rmdir(nyx_out_dir_path)) { in remove_nyx_tmp_workdir()1452 WARNF("Unable to remove nyx workdir (%s)", nyx_out_dir_path); in remove_nyx_tmp_workdir()1457 ck_free(nyx_out_dir_path); in remove_nyx_tmp_workdir()
158 void remove_nyx_tmp_workdir(afl_forkserver_t *fsrv, char *nyx_out_dir_path);