Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_libcdep.cc586 static fd_t CovOpenFile(InternalScopedString *path, bool packed, in CovOpenFile() function
624 fd_t fd = CovOpenFile(&path, false, "trace-points"); in DumpTrace()
629 fd = CovOpenFile(&path, false, "trace-compunits"); in DumpTrace()
637 fd = CovOpenFile(&path, false, "trace-events"); in DumpTrace()
690 fd_t fd = CovOpenFile(&path, false, "caller-callee"); in DumpCallerCalleePairs()
725 CovOpenFile(&path, /* packed */ false, base_name, "counters-sancov"); in DumpCounters()
752 fd_t fd = CovOpenFile(&path, /* packed */false, base_name, "bitset-sancov"); in DumpAsBitSet()
818 CovOpenFile(&report_path, false /* packed */, GetProcessName(), "html"); in GenerateHtmlReport()
862 fd_t fd = CovOpenFile(&path, false /* packed */, module_name); in DumpOffsets()
898 cov_fd = CovOpenFile(&path, true /* packed */, nullptr); in CovPrepareForSandboxing()
[all …]