Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerCommand.h128 const std::string &getOutputFile() const { return OutputFile; } in getOutputFile() function
146 SS << ">" << getOutputFile() << " "; in toString()
H A DFuzzerUtilFuchsia.cpp386 Path = Cmd.getFlagValue("artifact_prefix") + "/" + Cmd.getOutputFile(); in ExecuteCommand()
388 Path = Cmd.getOutputFile(); in ExecuteCommand()