Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h128 const std::string &getOutputFile() const { return OutputFile; } in getOutputFile() function
146 SS << ">" << getOutputFile() << " "; in toString()
H A DFuzzerUtilFuchsia.cpp503 std::string Path = Cmd.getOutputFile(); in ExecuteCommand()