Home
last modified time | relevance | path

Searched refs:svn_dirent_is_ancestor (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/subversion/subversion/include/
HDsvn_dirent_uri.h635 svn_dirent_is_ancestor(const char *parent_dirent,
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDconfig_pool.c329 if (svn_dirent_is_ancestor(repos_root_dirent, dirent)) in find_repos_config()
HDreplay.c483 && ! svn_dirent_is_ancestor(APR_ARRAY_IDX(cb->copies, in path_driver_cb_func()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDmerge.c539 if (! svn_dirent_is_ancestor(wcroot_abspath, left_abspath)) in preserve_pre_merge_files()
556 if (! svn_dirent_is_ancestor(wcroot_abspath, right_abspath)) in preserve_pre_merge_files()
HDdiff_local.c216 && !svn_dirent_is_ancestor(eb->cur->local_abspath, local_abspath)) in diff_status_callback()
HDwc_db.c1259 svn_dirent_is_ancestor(local_abspath, item_abspath)) in flush_entries()
1522 if (svn_dirent_is_ancestor(wcroot->abspath, abspath)) in svn_wc__db_init()
1553 if (svn_dirent_is_ancestor(wcroot->abspath, local_abspath)) in svn_wc__db_to_relpath()
3317 SVN_ERR_ASSERT(svn_dirent_is_ancestor(wcroot->abspath, in svn_wc__db_external_add_file()
3320 SVN_ERR_ASSERT(svn_dirent_is_ancestor(wcroot->abspath, local_abspath)); in svn_wc__db_external_add_file()
3405 SVN_ERR_ASSERT(svn_dirent_is_ancestor(wcroot->abspath, in svn_wc__db_external_add_symlink()
3408 SVN_ERR_ASSERT(svn_dirent_is_ancestor(wcroot->abspath, local_abspath)); in svn_wc__db_external_add_symlink()
3480 SVN_ERR_ASSERT(svn_dirent_is_ancestor(wcroot->abspath, in svn_wc__db_external_add_dir()
3483 SVN_ERR_ASSERT(svn_dirent_is_ancestor(wcroot->abspath, local_abspath)); in svn_wc__db_external_add_dir()
3557 SVN_ERR_ASSERT(svn_dirent_is_ancestor(wcroot->abspath, local_abspath)); in svn_wc__db_external_remove()
[all …]
HDlock.c1329 if (! svn_dirent_is_ancestor(adm_access->path, path) in do_close()
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDcommit_util.c298 while(svn_dirent_is_ancestor(wcroot_abspath, local_abspath)) in bail_on_tree_conflicted_ancestor()
591 && svn_dirent_is_ancestor(baton->skip_below_abspath, local_abspath)) in harvest_status_callback()
HDexternals.c461 if (!svn_dirent_is_ancestor(wcroot_abspath, def_dir_abspath)) in switch_file_external()
HDmerge.c3399 if (svn_dirent_is_ancestor(child->abspath, local_abspath) in find_nearest_ancestor()
3452 if (svn_dirent_is_ancestor(child->abspath, local_abspath) in find_nearest_ancestor_with_intersecting_ranges()
5541 && svn_dirent_is_ancestor(target_wcpath, child->abspath)) in remove_absent_children()
6245 if (svn_dirent_is_ancestor(missing_root_path, in pre_merge_status_cb()
7944 if (svn_dirent_is_ancestor(local_abspath, path_touched_by_merge)) in path_is_subtree()
8325 if (!svn_dirent_is_ancestor(child->abspath, in flag_subtrees_needing_mergeinfo()
8684 && svn_dirent_is_ancestor(parent->abspath, in record_mergeinfo_for_dir_merge()
HDdeprecated.c2749 svn_dirent_is_ancestor(rb->anchor_abspath, abspath_or_url)) in info_receiver_relpath_wrapper()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDdirent_uri.c1548 svn_dirent_is_ancestor(const char *parent_dirent, const char *child_dirent) in svn_dirent_is_ancestor() function