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.cpp372 auto TmpFilePath = TempPath("CleanseCrashInput", ".repro"); in CleanseCrashInput() local
373 Cmd.addArgument(TmpFilePath); in CleanseCrashInput()
394 WriteToFile(U, TmpFilePath); in CleanseCrashInput()
396 RemoveFile(TmpFilePath); in CleanseCrashInput()