Home
last modified time | relevance | path

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

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