Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-state.c381 afl->afl_env.afl_persistent_record = in read_afl_environment()
H A Dafl-fuzz.c1392 if (unlikely(afl->afl_env.afl_persistent_record)) { in main()
1396 afl->fsrv.persistent_record = atoi(afl->afl_env.afl_persistent_record); in main()
/aosp_15_r20/external/AFLplusplus/include/
H A Dafl-fuzz.h458 *afl_target_env, *afl_persistent_record, *afl_exit_on_time; member