Home
last modified time | relevance | path

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

/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerOptions.h56 std::string ExactArtifactPath; member
DFuzzerLoop.cpp641 if (!Options.ExactArtifactPath.empty()) in WriteUnitToFileWithPrefix()
642 Path = Options.ExactArtifactPath; // Overrides ArtifactPrefix. in WriteUnitToFileWithPrefix()
DFuzzerDriver.cpp736 Options.ExactArtifactPath = Flags.exact_artifact_path; in FuzzerDriver()
737 ValidateDirectoryExists(DirName(Options.ExactArtifactPath), in FuzzerDriver()
/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp502 if (!Options.ExactArtifactPath.empty()) in WriteUnitToFileWithPrefix()
503 Path = Options.ExactArtifactPath; // Overrides ArtifactPrefix. in WriteUnitToFileWithPrefix()
DFuzzerInternal.h229 std::string ExactArtifactPath; member
DFuzzerDriver.cpp327 Options.ExactArtifactPath = Flags.exact_artifact_path; in FuzzerDriver()