Searched refs:ExactArtifactPath (Results 1 – 6 of 6) sorted by relevance
56 std::string ExactArtifactPath; member
641 if (!Options.ExactArtifactPath.empty()) in WriteUnitToFileWithPrefix()642 Path = Options.ExactArtifactPath; // Overrides ArtifactPrefix. in WriteUnitToFileWithPrefix()
736 Options.ExactArtifactPath = Flags.exact_artifact_path; in FuzzerDriver()737 ValidateDirectoryExists(DirName(Options.ExactArtifactPath), in FuzzerDriver()
502 if (!Options.ExactArtifactPath.empty()) in WriteUnitToFileWithPrefix()503 Path = Options.ExactArtifactPath; // Overrides ArtifactPrefix. in WriteUnitToFileWithPrefix()
229 std::string ExactArtifactPath; member
327 Options.ExactArtifactPath = Flags.exact_artifact_path; in FuzzerDriver()