HomeSort by relevance Sort by last modified time
    Searched refs:__sanitizer_set_report_path (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/include/sanitizer/
common_interface_defs.h 43 void __sanitizer_set_report_path(const char *path);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 37 // Set via __sanitizer_set_report_path.
272 void __sanitizer_set_report_path(const char *path) { function
sanitizer_internal_defs.h 94 void __sanitizer_set_report_path(const char *path);
  /external/compiler-rt/lib/asan/
asan_rtl.cc 579 __sanitizer_set_report_path(common_flags()->log_path);
  /external/compiler-rt/lib/msan/
msan.cc 373 __sanitizer_set_report_path(common_flags()->log_path);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 307 __sanitizer_set_report_path(flags()->log_path);

Completed in 292 milliseconds