Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h127 const std::string &getOutputFile() const { return OutputFile; } in getOutputFile() function
145 SS << ">" << getOutputFile() << " "; in toString()
H A DFuzzerUtilFuchsia.cpp453 std::string Path = Cmd.getOutputFile(); in ExecuteCommand()