Lines Matching full:inputs
89 static std::vector<std::string> *Inputs;
209 Inputs = new std::vector<std::string>;
216 Inputs->push_back(Args[A]);
339 if (Inputs->empty()) return false;
340 for (auto &Path : *Inputs)
358 if (Inputs->size() != 1 || !Flags.exact_artifact_path) {
363 std::string InputFilePath = Inputs->at(0);
413 if (Inputs->size() != 1) {
417 std::string InputFilePath = Inputs->at(0);
495 assert(Inputs->size() == 1);
496 std::string InputFilePath = Inputs->at(0);
716 if (!Inputs->empty() && !Flags.minimize_crash_internal_step) {
719 std::string OutputCorpusDir = (*Inputs)[0];
807 ReadCorpora({}, *Inputs));
810 ReadCorpora(*Inputs, {}));
857 Printf("%s: Running %zd inputs %d time(s) each.\n", ProgName->c_str(),
858 Inputs->size(), Runs);
859 for (auto &Path : *Inputs) {
870 "*** executed the target code on a fixed set of inputs.\n"
878 FuzzWithFork(F->GetMD().GetRand(), Options, Args, *Inputs, Flags.fork);
881 Merge(F, Options, Args, *Inputs, Flags.merge_control_file);
896 for (auto &Inp : *Inputs) {
902 if (Dictionary.empty() || Inputs->empty()) {
914 auto CorporaFiles = ReadCorpora(*Inputs, ParseSeedInuts(Flags.seed_inputs));