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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp335 auto TmpFilePath = TempPath("CleanseCrashInput", ".repro"); local
336 Cmd.addArgument(TmpFilePath);
357 WriteToFile(U, TmpFilePath);
359 RemoveFile(TmpFilePath);

Completed in 52 milliseconds