Searched refs:log_path (Results 1 – 14 of 14) sorted by relevance
189 cf.log_path = "path/one"; in TEST()195 EXPECT_STREQ("path/two", cf.log_path); in TEST()
174 if (__memprof_profile_filename[0] != 0 && !common_flags()->log_path) in MemprofInitInternal()177 __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()
358 const char *log_path = getenv("FileDescriptorLogFile"); in get_logging_fd() local359 if (log_path) in get_logging_fd()360 g_log_fd = ::creat(log_path, 0660); in get_logging_fd()
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\").")
489 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.
540 log_path = os.path.join(fail_path, file_name + ".stderr.txt")541 with open(log_path, "w+") as log_file:
425 __sanitizer_set_report_path(common_flags()->log_path); in AsanInitInternal()
455 __sanitizer_set_report_path(common_flags()->log_path); in __msan_init()
356 __sanitizer_set_report_path(common_flags()->log_path); in __hwasan_init()
718 __sanitizer_set_report_path(common_flags()->log_path); in Initialize()
248 file, you can set ``UBSAN_OPTIONS=log_path=...``.