Home
last modified time | relevance | path

Searched refs:svn_dirent_is_root (Results 1 – 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/include/
HDsvn_path.h261 svn_dirent_is_root(const char *dirent, apr_size_t len);
HDsvn_dirent_uri.h465 svn_dirent_is_root(const char *dirent,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDtarget.c226 ! svn_dirent_is_root(*pcommon, basedir_len)) in svn_path_condense_targets()
HDdirent_uri.c953 svn_dirent_is_root(const char *dirent, apr_size_t len) in svn_dirent_is_root() function
1256 if (svn_dirent_is_root(dirent, len)) in svn_dirent_basename()
2249 ! svn_dirent_is_root(*pcommon, basedir_len)) in svn_dirent_condense_targets()
HDpath.c87 || svn_dirent_is_root(path, len) in is_canonical()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDupdate.c649 || svn_dirent_is_root(parent_abspath, strlen(parent_abspath))) in svn_client__update_internal()
HDadd.c603 if (svn_dirent_is_root(local_abspath, strlen(local_abspath))) in find_existing_parent()
HDmergeinfo.c269 !svn_dirent_is_root(local_abspath, strlen(local_abspath))) in svn_client__get_wc_mergeinfo()
HDcommit_util.c323 if (svn_dirent_is_root(local_abspath, strlen(local_abspath))) in bail_on_tree_conflicted_ancestor()
HDmerge.c9082 || svn_dirent_is_root(cwmi_abspath, strlen(cwmi_abspath)) in log_noop_revs()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDupgrade.c1835 else if (svn_dirent_is_root(local_abspath, strlen(local_abspath))) in is_old_wcroot()
1857 while (!svn_dirent_is_root(parent_abspath, strlen(parent_abspath))) in is_old_wcroot()
HDwc_db_wcroot.c689 if (svn_dirent_is_root(local_abspath, strlen(local_abspath))) in svn_wc__db_wcroot_parse_local_abspath()
HDlock.c1114 || svn_dirent_is_root(path, strlen(path)) in open_anchor()
HDstatus.c2857 if (svn_dirent_is_root(local_abspath, strlen(local_abspath))) in internal_status()
HDdeprecated.c3559 if (svn_path_is_empty(path) || svn_dirent_is_root(path, strlen(path))) in svn_wc_is_wc_root()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
HDrepos.c1356 svn_dirent_is_root(candidate, strlen(candidate))) in svn_repos_find_root_path()