Searched defs:__sanitizer_set_report_path (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc29 static bool log_to_file = false; // Set to true by __sanitizer_set_report_path
35 static char report_path_prefix[4096]; // Set via __sanitizer_set_report_path.
177 void __sanitizer_set_report_path(const char *path) { function

Completed in 92 milliseconds