Searched refs:SeedListPath (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp70 std::string SeedListPath; member in struct:fuzzer::FuzzJob
82 RemoveFile(SeedListPath);
148 Job->SeedListPath =
150 WriteToFile(Seeds, Job->SeedListPath);
151 Cmd.addFlag("seed_inputs", "@" + Job->SeedListPath);

Completed in 110 milliseconds