Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Ddiff_local.c666 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()
Ddiff.c2504 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()
Dexport.c120 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/
Dwc_db_wcroot.c703 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()
Dstatus.c1314 SVN_ERR(svn_io_check_resolved_path(local_abspath, in get_dir_status()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
Dhooks.c340 if (!(err = svn_io_check_resolved_path(hook_path, &kind, pool)) in check_hook_cmd()
Drepos.c1236 err = svn_io_check_resolved_path in check_repos_path()
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
Dsvnserve.c874 SVN_ERR(svn_io_check_resolved_path(params.root, &kind, pool)); in sub_main()
/freebsd-12-stable/contrib/subversion/subversion/include/
Dsvn_io.h173 svn_io_check_resolved_path(const char *path,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dconfig_file.c928 err = svn_io_check_resolved_path(path, &kind, pool); in svn_config_ensure()
Dio.c420 svn_io_check_resolved_path(const char *path, in svn_io_check_resolved_path() function