Home
last modified time | relevance | path

Searched refs:log_path (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flags_test.cpp189 cf.log_path = "path/one"; in TEST()
195 EXPECT_STREQ("path/two", cf.log_path); in TEST()
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp174 if (__memprof_profile_filename[0] != 0 && !common_flags()->log_path) in MemprofInitInternal()
177 __sanitizer_set_report_path(common_flags()->log_path); in MemprofInitInternal()
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_init.cpp47 __sanitizer_set_report_path(common_flags()->log_path); in CommonStandaloneInit()
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan.cpp83 __sanitizer_set_report_path(common_flags()->log_path); in InitializeFlags()
/openbsd-src/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp358 const char *log_path = getenv("FileDescriptorLogFile"); in get_logging_fd() local
359 if (log_path) in get_logging_fd()
360 g_log_fd = ::creat(log_path, 0660); in get_logging_fd()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc55 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\").")
H A Dsanitizer_fuchsia.cpp489 DCHECK_EQ(path, common_flags()->log_path); in __sanitizer_set_report_path()
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Doptions.inc76 // setuid ASan log_path exploits: https://www.exploit-db.com/exploits/46241.
/openbsd-src/gnu/llvm/clang/utils/analyzer/
H A DSATestBuild.py540 log_path = os.path.join(fail_path, file_name + ".stderr.txt")
541 with open(log_path, "w+") as log_file:
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_rtl.cpp425 __sanitizer_set_report_path(common_flags()->log_path); in AsanInitInternal()
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan.cpp455 __sanitizer_set_report_path(common_flags()->log_path); in __msan_init()
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan.cpp356 __sanitizer_set_report_path(common_flags()->log_path); in __hwasan_init()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp718 __sanitizer_set_report_path(common_flags()->log_path); in Initialize()
/openbsd-src/gnu/llvm/clang/docs/
H A DUndefinedBehaviorSanitizer.rst248 file, you can set ``UBSAN_OPTIONS=log_path=...``.