Searched refs:log_path (Results 1 – 11 of 11) sorted by relevance
187 if (__memprof_profile_filename[0] != 0 && !common_flags()->log_path) in MemprofInitInternal()190 __sanitizer_set_report_path(common_flags()->log_path); in MemprofInitInternal()
47 __sanitizer_set_report_path(common_flags()->log_path); in CommonStandaloneInit()
83 __sanitizer_set_report_path(common_flags()->log_path); in InitializeFlags()
55 const char *, log_path, nullptr,56 "Write logs to \"log_path.pid\". The special values are \"stdout\" and "61 "append executable name to logs (as in \"log_path.exe_name.pid\").")
552 DCHECK_EQ(path, common_flags()->log_path); in __sanitizer_set_report_path()
76 // setuid ASan log_path exploits: https://www.exploit-db.com/exploits/46241.
431 __sanitizer_set_report_path(common_flags()->log_path); in AsanInitInternal()
924 llvm::StringRef log_path = entry.first(); in Debugger() local925 llvm::StringRef file_name = llvm::sys::path::filename(log_path); in Debugger()928 llvm::sys::fs::copy_file(log_path, destination.GetPath()); in Debugger()
458 __sanitizer_set_report_path(common_flags()->log_path); in __msan_init()
368 __sanitizer_set_report_path(common_flags()->log_path); in __hwasan_init()
719 __sanitizer_set_report_path(common_flags()->log_path); in Initialize()