Home | History | Annotate | Download | only in fuzzer

Lines Matching defs:Inputs

78 static Vector<std::string> *Inputs;
189 Inputs = new Vector<std::string>;
196 Inputs->push_back(Args[A]);
286 if (Inputs->empty()) return false;
287 for (auto &Path : *Inputs)
306 if (Inputs->size() != 1 || !Flags.exact_artifact_path) {
311 std::string InputFilePath = Inputs->at(0);
365 if (Inputs->size() != 1) {
369 std::string InputFilePath = Inputs->at(0);
451 assert(Inputs->size() == 1);
452 std::string InputFilePath = Inputs->at(0);
599 if (!Inputs->empty() && !Flags.minimize_crash_internal_step)
600 Options.OutputCorpus = (*Inputs)[0];
707 Printf("%s: Running %zd inputs %d time(s) each.\n", ProgName->c_str(),
708 Inputs->size(), Runs);
709 for (auto &Path : *Inputs) {
720 "*** executed the target code on a fixed set of inputs.\n"
727 F->CrashResistantMerge(Args, *Inputs,
746 for (auto &Inp : *Inputs) {
752 if (Dictionary.empty() || Inputs->empty()) {
764 F->Loop(*Inputs);