Home
last modified time | relevance | path

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

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerTracePC.cpp152 std::string SanCovOutput; in PrintCoverage() local
153 if (!ExecuteCommandAndReadOutput(Cmd, &SanCovOutput)) { in PrintCoverage()
157 std::istringstream ISS(SanCovOutput); in PrintCoverage()