Searched refs:svn_io_check_resolved_path (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_client/ |
| D | diff_local.c | 666 SVN_ERR(svn_io_check_resolved_path(left_abspath, &left_kind, scratch_pool)); in svn_client__arbitrary_nodes_diff() 667 SVN_ERR(svn_io_check_resolved_path(right_abspath, &right_kind, scratch_pool)); in svn_client__arbitrary_nodes_diff()
|
| D | diff.c | 2504 SVN_ERR(svn_io_check_resolved_path(abspath1, &kind1, in do_diff() 2506 SVN_ERR(svn_io_check_resolved_path(abspath2, &kind2, in do_diff()
|
| D | export.c | 120 SVN_ERR(svn_io_check_resolved_path(*appendable_dirent_p, &local_kind, pool)); in append_basename_if_dir()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | wc_db_wcroot.c | 703 SVN_ERR(svn_io_check_resolved_path(local_abspath, in svn_wc__db_wcroot_parse_local_abspath() 924 SVN_ERR(svn_io_check_resolved_path(original_abspath, in svn_wc__db_wcroot_parse_local_abspath()
|
| D | status.c | 1314 SVN_ERR(svn_io_check_resolved_path(local_abspath, in get_dir_status()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/ |
| D | hooks.c | 340 if (!(err = svn_io_check_resolved_path(hook_path, &kind, pool)) in check_hook_cmd()
|
| D | repos.c | 1236 err = svn_io_check_resolved_path in check_repos_path()
|
| /freebsd-12-stable/contrib/subversion/subversion/svnserve/ |
| D | svnserve.c | 874 SVN_ERR(svn_io_check_resolved_path(params.root, &kind, pool)); in sub_main()
|
| /freebsd-12-stable/contrib/subversion/subversion/include/ |
| D | svn_io.h | 173 svn_io_check_resolved_path(const char *path,
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | config_file.c | 928 err = svn_io_check_resolved_path(path, &kind, pool); in svn_config_ensure()
|
| D | io.c | 420 svn_io_check_resolved_path(const char *path, in svn_io_check_resolved_path() function
|