Searched refs:svn_dirent_is_ancestor (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/subversion/subversion/include/ |
| HD | svn_dirent_uri.h | 635 svn_dirent_is_ancestor(const char *parent_dirent,
|
| /NextBSD/contrib/subversion/subversion/libsvn_repos/ |
| HD | config_pool.c | 329 if (svn_dirent_is_ancestor(repos_root_dirent, dirent)) in find_repos_config()
|
| HD | replay.c | 483 && ! svn_dirent_is_ancestor(APR_ARRAY_IDX(cb->copies, in path_driver_cb_func()
|
| /NextBSD/contrib/subversion/subversion/libsvn_wc/ |
| HD | merge.c | 539 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()
|
| HD | diff_local.c | 216 && !svn_dirent_is_ancestor(eb->cur->local_abspath, local_abspath)) in diff_status_callback()
|
| HD | wc_db.c | 1259 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 …]
|
| HD | lock.c | 1329 if (! svn_dirent_is_ancestor(adm_access->path, path) in do_close()
|
| /NextBSD/contrib/subversion/subversion/libsvn_client/ |
| HD | commit_util.c | 298 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()
|
| HD | externals.c | 461 if (!svn_dirent_is_ancestor(wcroot_abspath, def_dir_abspath)) in switch_file_external()
|
| HD | merge.c | 3399 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()
|
| HD | deprecated.c | 2749 svn_dirent_is_ancestor(rb->anchor_abspath, abspath_or_url)) in info_receiver_relpath_wrapper()
|
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | dirent_uri.c | 1548 svn_dirent_is_ancestor(const char *parent_dirent, const char *child_dirent) in svn_dirent_is_ancestor() function
|