Home
last modified time | relevance | path

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

/trueos/contrib/subversion/subversion/include/
HDsvn_dirent_uri.h622 svn_dirent_is_ancestor(const char *parent_dirent,
/trueos/contrib/subversion/subversion/libsvn_wc/
HDmerge.c535 if (! svn_dirent_is_ancestor(wcroot_abspath, left_abspath)) in preserve_pre_merge_files()
552 if (! svn_dirent_is_ancestor(wcroot_abspath, right_abspath)) in preserve_pre_merge_files()
HDdiff_local.c222 && !svn_dirent_is_ancestor(eb->cur->local_abspath, local_abspath)) in diff_status_callback()
HDwc_db.c1356 svn_dirent_is_ancestor(local_abspath, item_abspath)) in flush_entries()
1623 if (svn_dirent_is_ancestor(wcroot->abspath, local_abspath)) in svn_wc__db_to_relpath()
3222 SVN_ERR_ASSERT(svn_dirent_is_ancestor(wcroot->abspath, in svn_wc__db_external_add_file()
3225 SVN_ERR_ASSERT(svn_dirent_is_ancestor(wcroot->abspath, local_abspath)); in svn_wc__db_external_add_file()
3310 SVN_ERR_ASSERT(svn_dirent_is_ancestor(wcroot->abspath, in svn_wc__db_external_add_symlink()
3313 SVN_ERR_ASSERT(svn_dirent_is_ancestor(wcroot->abspath, local_abspath)); in svn_wc__db_external_add_symlink()
3385 SVN_ERR_ASSERT(svn_dirent_is_ancestor(wcroot->abspath, in svn_wc__db_external_add_dir()
3388 SVN_ERR_ASSERT(svn_dirent_is_ancestor(wcroot->abspath, local_abspath)); in svn_wc__db_external_add_dir()
3455 SVN_ERR_ASSERT(svn_dirent_is_ancestor(wcroot->abspath, local_abspath)); in svn_wc__db_external_remove()
3495 SVN_ERR_ASSERT(svn_dirent_is_ancestor(wcroot->abspath, local_abspath)); in svn_wc__db_external_read()
[all …]
HDlock.c1329 if (! svn_dirent_is_ancestor(adm_access->path, path) in do_close()
/trueos/contrib/subversion/subversion/libsvn_client/
HDcommit_util.c295 while(svn_dirent_is_ancestor(wcroot_abspath, local_abspath)) in bail_on_tree_conflicted_ancestor()
589 && svn_dirent_is_ancestor(baton->skip_below_abspath, local_abspath)) in harvest_status_callback()
HDexternals.c403 if (!svn_dirent_is_ancestor(wcroot_abspath, def_dir_abspath)) in switch_file_external()
HDmerge.c3318 if (svn_dirent_is_ancestor(child->abspath, local_abspath) in find_nearest_ancestor()
3371 if (svn_dirent_is_ancestor(child->abspath, local_abspath) in find_nearest_ancestor_with_intersecting_ranges()
5476 && svn_dirent_is_ancestor(target_wcpath, child->abspath)) in remove_absent_children()
6179 if (svn_dirent_is_ancestor(missing_root_path, in pre_merge_status_cb()
7876 if (svn_dirent_is_ancestor(local_abspath, path_touched_by_merge)) in path_is_subtree()
8257 if (!svn_dirent_is_ancestor(child->abspath, in flag_subtrees_needing_mergeinfo()
8616 && svn_dirent_is_ancestor(parent->abspath, in record_mergeinfo_for_dir_merge()
HDdeprecated.c2663 svn_dirent_is_ancestor(rb->anchor_abspath, abspath_or_url)) in info_receiver_relpath_wrapper()
/trueos/contrib/subversion/subversion/libsvn_repos/
HDreplay.c488 && ! svn_dirent_is_ancestor(APR_ARRAY_IDX(cb->copies, in path_driver_cb_func()
/trueos/contrib/subversion/subversion/libsvn_subr/
HDdirent_uri.c1525 svn_dirent_is_ancestor(const char *parent_dirent, const char *child_dirent) in svn_dirent_is_ancestor() function