Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h125 bool hasOutputFile() const { return !OutputFile.empty(); } in hasOutputFile() function
145 if (hasOutputFile()) in toString()
H A DFuzzerUtilFuchsia.cpp502 if (Cmd.hasOutputFile()) { in ExecuteCommand()
/llvm-project/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp1333 ASSERT_FALSE(Cmd.hasOutputFile()); in TEST()
1346 EXPECT_TRUE(Cmd.hasOutputFile()); in TEST()
1352 EXPECT_TRUE(Cmd.hasOutputFile()); in TEST()