Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp97 void ReportFile::SetReportPath(const char *path) { in SetReportPath() function in __sanitizer::ReportFile
238 report_file.SetReportPath(path); in __sanitizer_set_report_path()
H A Dsanitizer_file.h27 void SetReportPath(const char *path);
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp350 report_file.SetReportPath(tmpfile); in TEST()
354 report_file.SetReportPath("stderr"); in TEST()