Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cc39 char report_path_prefix[sizeof(report_path_prefix)]; variable
276 if (len > sizeof(report_path_prefix) - 100) { in __sanitizer_set_report_path()
293 internal_strncpy(report_path_prefix, path, sizeof(report_path_prefix)); in __sanitizer_set_report_path()
294 report_path_prefix[len] = '\0'; in __sanitizer_set_report_path()
Dsanitizer_posix.cc295 "%s.%zu", report_path_prefix, pid); in MaybeOpenReportFile()
Dsanitizer_common.h152 extern char report_path_prefix[4096];