Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp370 auto TmpFilePath = TempPath("CleanseCrashInput", ".repro"); in CleanseCrashInput() local
371 Cmd.addArgument(TmpFilePath); in CleanseCrashInput()
392 WriteToFile(U, TmpFilePath); in CleanseCrashInput()
394 RemoveFile(TmpFilePath); in CleanseCrashInput()