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 28 void __sanitizer_set_report_path(const char *path);
  /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.
177 void __sanitizer_set_report_path(const char *path) { function
sanitizer_internal_defs.h 85 void __sanitizer_set_report_path(const char *path)
  /external/compiler-rt/lib/asan/
asan_rtl.cc 456 __sanitizer_set_report_path(common_flags()->log_path);
  /external/compiler-rt/lib/msan/
msan.cc 266 __sanitizer_set_report_path(common_flags()->log_path);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 214 __sanitizer_set_report_path(flags()->log_path);

Completed in 173 milliseconds