Home
last modified time | relevance | path

Searched refs:getDevNull (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h114 const std::string &getDevNull();
H A DFuzzerIOPosix.cpp172 const std::string &getDevNull() { in getDevNull() function
H A DFuzzerIOWindows.cpp416 const std::string &getDevNull() { in getDevNull() function
H A DFuzzerUtilFuchsia.cpp503 if (Path == getDevNull()) { in ExecuteCommand()
H A DFuzzerMerge.cpp507 Cmd.setOutputFile(getDevNull()); in CrashResistantMerge()
H A DFuzzerDriver.cpp372 Cmd.setOutputFile(getDevNull()); in CleanseCrashInput()