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

/external/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h43 void __sanitizer_set_report_path(const char *path);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc37 // Set via __sanitizer_set_report_path.
272 void __sanitizer_set_report_path(const char *path) { function
H A Dsanitizer_internal_defs.h94 void __sanitizer_set_report_path(const char *path);
/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc579 __sanitizer_set_report_path(common_flags()->log_path);
/external/compiler-rt/lib/msan/
H A Dmsan.cc373 __sanitizer_set_report_path(common_flags()->log_path);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc307 __sanitizer_set_report_path(flags()->log_path);

Completed in 118 milliseconds