Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp371 auto TmpFilePath = TempPath("CleanseCrashInput", ".repro"); in CleanseCrashInput() local
372 Cmd.addArgument(TmpFilePath); in CleanseCrashInput()
393 WriteToFile(U, TmpFilePath); in CleanseCrashInput()
395 RemoveFile(TmpFilePath); in CleanseCrashInput()