Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cc69 InternalScopedBuffer<char> report_path_full(4096); in MaybeOpenReportFile() local
70 internal_snprintf(report_path_full.data(), report_path_full.size(), in MaybeOpenReportFile()
72 fd_t fd = OpenFile(report_path_full.data(), true); in MaybeOpenReportFile()
76 Report("ERROR: Can't open file: %s\n", report_path_full.data()); in MaybeOpenReportFile()