Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp367 auto TmpFilePath = TempPath("CleanseCrashInput", ".repro"); in CleanseCrashInput() local
368 Cmd.addArgument(TmpFilePath); in CleanseCrashInput()
389 WriteToFile(U, TmpFilePath); in CleanseCrashInput()
391 RemoveFile(TmpFilePath); in CleanseCrashInput()