Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dlog.c376 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 Dmemprof_rtl.cpp171 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 Dubsan_init.cpp46 __sanitizer_set_report_path(common_flags()->log_path); in CommonStandaloneInit()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp82 __sanitizer_set_report_path(common_flags()->log_path); in InitializeFlags()
/freebsd-13.1/contrib/llvm-project/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.cpp537 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 Doptions.inc66 // setuid ASan log_path exploits: https://www.exploit-db.com/exploits/46241.
/freebsd-13.1/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c1954 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 Dasan_rtl.cpp430 __sanitizer_set_report_path(common_flags()->log_path); in AsanInitInternal()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp336 __sanitizer_set_report_path(common_flags()->log_path); in __hwasan_init()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp433 __sanitizer_set_report_path(common_flags()->log_path); in __msan_init()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp432 __sanitizer_set_report_path(common_flags()->log_path); in Initialize()