Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-common.c1426 char *nyx_out_dir_path = in create_nyx_tmp_workdir() local
1429 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() argument
1438 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()
/aosp_15_r20/external/AFLplusplus/include/
H A Dcommon.h158 void remove_nyx_tmp_workdir(afl_forkserver_t *fsrv, char *nyx_out_dir_path);