Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp121 const char *ReportFile::GetReportPath() { in GetReportPath() function in __sanitizer::ReportFile
247 return report_file.GetReportPath(); in __sanitizer_get_report_path()
H A Dsanitizer_file.h28 const char *GetReportPath();
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp351 const char *path = report_file.GetReportPath(); in TEST()