Lines Matching defs:InputFilePath
324 int RunOneTest(Fuzzer *F, const char *InputFilePath, size_t MaxLen) {
325 Unit U = FileToVector(InputFilePath);
363 std::string InputFilePath = Inputs->at(0);
368 assert(Cmd.hasArgument(InputFilePath));
369 Cmd.removeArgument(InputFilePath);
376 std::string CurrentFilePath = InputFilePath;
417 std::string InputFilePath = Inputs->at(0);
421 assert(BaseCmd.hasArgument(InputFilePath));
422 BaseCmd.removeArgument(InputFilePath);
432 std::string CurrentFilePath = InputFilePath;
496 std::string InputFilePath = Inputs->at(0);
497 Unit U = FileToVector(InputFilePath);