Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp511 const std::vector<std::string> &Corpora, const char *CFPathOrNull) { in Merge() argument
524 std::string CFPath = CFPathOrNull ? CFPathOrNull : TempPath("Merge", ".txt"); in Merge()