Lines Matching defs:CurrentFilePath
376 std::string CurrentFilePath = InputFilePath;
377 auto U = FileToVector(CurrentFilePath);
432 std::string CurrentFilePath = InputFilePath;
434 Unit U = FileToVector(CurrentFilePath);
436 CurrentFilePath.c_str(), U.size());
439 Cmd.addArgument(CurrentFilePath);
445 Printf("ERROR: the input %s did not crash\n", CurrentFilePath.c_str());
450 CurrentFilePath.c_str(), U.size());
467 CurrentFilePath = Flags.exact_artifact_path;
468 WriteToFile(U, CurrentFilePath);
471 CurrentFilePath.c_str(), U.size());
480 CurrentFilePath = Flags.exact_artifact_path;
481 WriteToFile(U, CurrentFilePath);
488 CurrentFilePath = ArtifactPath;