Home
last modified time | relevance | path

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

/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerIO.h51 bool IsInterestingCoverageFile(const std::string &FileName);
DFuzzerIOPosix.cpp148 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile() function
DFuzzerIOWindows.cpp390 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile() function
DFuzzerTracePC.cpp297 if (!IsInterestingCoverageFile(FileStr)) in PrintCoverage()