Home
last modified time | relevance | path

Searched refs:hasOutputFile (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerCommand.h125 bool hasOutputFile() const { return !OutputFile.empty(); } in hasOutputFile() function
145 if (hasOutputFile()) in toString()
H A DFuzzerUtilFuchsia.cpp383 if (Cmd.hasOutputFile()) { in ExecuteCommand()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp930 ASSERT_FALSE(Cmd.hasOutputFile()); in TEST()
943 EXPECT_TRUE(Cmd.hasOutputFile()); in TEST()
949 EXPECT_TRUE(Cmd.hasOutputFile()); in TEST()