Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_client/
HDdiff_local.c669 SVN_ERR(svn_io_check_resolved_path(left_abspath, &left_kind, scratch_pool)); in svn_client__arbitrary_nodes_diff()
670 SVN_ERR(svn_io_check_resolved_path(right_abspath, &right_kind, scratch_pool)); in svn_client__arbitrary_nodes_diff()
HDexport.c120 SVN_ERR(svn_io_check_resolved_path(*appendable_dirent_p, &local_kind, pool)); in append_basename_if_dir()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDwc_db_wcroot.c698 SVN_ERR(svn_io_check_resolved_path(local_abspath, in svn_wc__db_wcroot_parse_local_abspath()
919 SVN_ERR(svn_io_check_resolved_path(original_abspath, in svn_wc__db_wcroot_parse_local_abspath()
HDstatus.c1311 SVN_ERR(svn_io_check_resolved_path(local_abspath, in get_dir_status()
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDhooks.c340 if (!(err = svn_io_check_resolved_path(hook_path, &kind, pool)) in check_hook_cmd()
HDrepos.c1231 err = svn_io_check_resolved_path in check_repos_path()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_io.h173 svn_io_check_resolved_path(const char *path,
/NextBSD/contrib/subversion/subversion/svnserve/
HDsvnserve.c828 SVN_ERR(svn_io_check_resolved_path(params.root, &kind, pool)); in sub_main()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDconfig_file.c714 err = svn_io_check_resolved_path(path, &kind, pool); in svn_config_ensure()
HDio.c404 svn_io_check_resolved_path(const char *path, in svn_io_check_resolved_path() function