Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h128 const std::string &getOutputFile() const { return OutputFile; } in getOutputFile() function
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/
H A DOptions.cpp423 std::string Options::getOutputFile(const std::string &inputFile) const { in getOutputFile() function in pzstd::Options