Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_init.cc41 __sanitizer_set_report_path(common_flags()->log_path); in CommonStandaloneInit()
/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Desan_flags.cpp57 __sanitizer_set_report_path(common_flags()->log_path); in initializeFlags()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan.cc70 __sanitizer_set_report_path(common_flags()->log_path); in InitializeFlags()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc51 const char *, log_path, "stderr",
52 "Write logs to \"log_path.pid\". The special values are \"stdout\" and "
57 "append executable name to logs (as in \"log_path.exe_name.pid\").")
H A Dsanitizer_fuchsia.cc513 DCHECK_EQ(path, common_flags()->log_path); in __sanitizer_set_report_path()
/freebsd-12.1/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c1863 const char *log_path; in list_dblogs() local
1864 log_path = svn_dirent_join(opt_state->repository_path, in list_dblogs()
1867 log_path = svn_dirent_local_style(log_path, pool); in list_dblogs()
1868 SVN_ERR(svn_cmdline_printf(pool, "%s\n", log_path)); in list_dblogs()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan.cc284 __sanitizer_set_report_path(common_flags()->log_path); in __hwasan_init()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_rtl.cc439 __sanitizer_set_report_path(common_flags()->log_path); in AsanInitInternal()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan.cc412 __sanitizer_set_report_path(common_flags()->log_path); in __msan_init()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc387 __sanitizer_set_report_path(common_flags()->log_path); in Initialize()