Home
last modified time | relevance | path

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

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