Searched refs:log_path (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | log.c | 376 const char *log_path; in svn_log__replay() local 379 log_path = svn_path_uri_encode(path, pool); in svn_log__replay() 381 log_path = "/"; in svn_log__replay() 382 return apr_psprintf(pool, "replay %s r%ld", log_path, rev); in svn_log__replay() 390 const char *log_path; in svn_log__get_inherited_props() local 393 log_path = svn_path_uri_encode(path, pool); in svn_log__get_inherited_props() 395 log_path = "/"; in svn_log__get_inherited_props() 405 const char *log_path; in svn_log__list() local 409 log_path = svn_path_uri_encode(path, pool); in svn_log__list() 411 log_path = "/"; in svn_log__list() [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_rtl.cpp | 171 if (__memprof_profile_filename[0] != 0 && !common_flags()->log_path) in MemprofInitInternal() 174 __sanitizer_set_report_path(common_flags()->log_path); in MemprofInitInternal()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_init.cpp | 46 __sanitizer_set_report_path(common_flags()->log_path); in CommonStandaloneInit()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan.cpp | 82 __sanitizer_set_report_path(common_flags()->log_path); in InitializeFlags()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_flags.inc | 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\").")
|
| H A D | sanitizer_fuchsia.cpp | 537 DCHECK_EQ(path, common_flags()->log_path); in __sanitizer_set_report_path()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | options.inc | 66 // setuid ASan log_path exploits: https://www.exploit-db.com/exploits/46241.
|
| /freebsd-13.1/contrib/subversion/subversion/svnadmin/ |
| H A D | svnadmin.c | 1954 const char *log_path; in list_dblogs() local 1955 log_path = svn_dirent_join(opt_state->repository_path, in list_dblogs() 1958 log_path = svn_dirent_local_style(log_path, pool); in list_dblogs() 1959 SVN_ERR(svn_cmdline_printf(pool, "%s\n", log_path)); in list_dblogs()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_rtl.cpp | 430 __sanitizer_set_report_path(common_flags()->log_path); in AsanInitInternal()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan.cpp | 336 __sanitizer_set_report_path(common_flags()->log_path); in __hwasan_init()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan.cpp | 433 __sanitizer_set_report_path(common_flags()->log_path); in __msan_init()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl.cpp | 432 __sanitizer_set_report_path(common_flags()->log_path); in Initialize()
|