Home
last modified time | relevance | path

Searched refs:ExactArtifactPath (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h56 std::string ExactArtifactPath; member
H A DFuzzerLoop.cpp648 if (!Options.ExactArtifactPath.empty()) in WriteUnitToFileWithPrefix()
649 Path = Options.ExactArtifactPath; // Overrides ArtifactPrefix. in WriteUnitToFileWithPrefix()
H A DFuzzerDriver.cpp739 Options.ExactArtifactPath = Flags.exact_artifact_path; in FuzzerDriver()
740 ValidateDirectoryExists(DirName(Options.ExactArtifactPath), in FuzzerDriver()