Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerOptions.h44 std::string ExactArtifactPath; member
DFuzzerLoop.cpp566 if (!Options.ExactArtifactPath.empty()) in WriteUnitToFileWithPrefix()
567 Path = Options.ExactArtifactPath; // Overrides ArtifactPrefix. in WriteUnitToFileWithPrefix()
DFuzzerDriver.cpp422 Options.ExactArtifactPath = Flags.exact_artifact_path; in FuzzerDriver()