OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__sanitizer_set_report_path
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc
29
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
.
211
void
__sanitizer_set_report_path
(const char *path) {
function
sanitizer_internal_defs.h
83
void
__sanitizer_set_report_path
(const char *path)
/external/compiler-rt/include/sanitizer/
common_interface_defs.h
28
void
__sanitizer_set_report_path
(const char *path);
/external/compiler-rt/lib/asan/
asan_rtl.cc
437
__sanitizer_set_report_path
(flags()->log_path);
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc
193
__sanitizer_set_report_path
(flags()->log_path);
Completed in 139 milliseconds