Searched refs:svn_dirent_is_ancestor (Results 1 – 11 of 11) sorted by relevance
| /trueos/contrib/subversion/subversion/include/ |
| HD | svn_dirent_uri.h | 622 svn_dirent_is_ancestor(const char *parent_dirent,
|
| /trueos/contrib/subversion/subversion/libsvn_wc/ |
| HD | merge.c | 535 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()
|
| HD | diff_local.c | 222 && !svn_dirent_is_ancestor(eb->cur->local_abspath, local_abspath)) in diff_status_callback()
|
| HD | wc_db.c | 1356 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 …]
|
| HD | lock.c | 1329 if (! svn_dirent_is_ancestor(adm_access->path, path) in do_close()
|
| /trueos/contrib/subversion/subversion/libsvn_client/ |
| HD | commit_util.c | 295 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()
|
| HD | externals.c | 403 if (!svn_dirent_is_ancestor(wcroot_abspath, def_dir_abspath)) in switch_file_external()
|
| HD | merge.c | 3318 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()
|
| HD | deprecated.c | 2663 svn_dirent_is_ancestor(rb->anchor_abspath, abspath_or_url)) in info_receiver_relpath_wrapper()
|
| /trueos/contrib/subversion/subversion/libsvn_repos/ |
| HD | replay.c | 488 && ! svn_dirent_is_ancestor(APR_ARRAY_IDX(cb->copies, in path_driver_cb_func()
|
| /trueos/contrib/subversion/subversion/libsvn_subr/ |
| HD | dirent_uri.c | 1525 svn_dirent_is_ancestor(const char *parent_dirent, const char *child_dirent) in svn_dirent_is_ancestor() function
|