Home
last modified time | relevance | path

Searched refs:dst_wcroot_abspath (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDcopy.c594 const char *dst_wcroot_abspath; in copy_or_move() local
697 SVN_ERR(svn_wc__db_get_wcroot(&dst_wcroot_abspath, db, dstdir_abspath, in copy_or_move()
821 within_one_wc = (strcmp(src_wcroot_abspath, dst_wcroot_abspath) == 0); in copy_or_move()
833 SVN_ERR(svn_wc__db_pristine_transfer(db, src_abspath, dst_wcroot_abspath, in copy_or_move()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDcopy.c864 const char *dst_wcroot_abspath; in do_wc_to_wc_moves() local
880 SVN_ERR(svn_wc__get_wcroot(&dst_wcroot_abspath, in do_wc_to_wc_moves()
894 && !svn_dirent_is_child(src_parent_abspath, dst_wcroot_abspath, in do_wc_to_wc_moves()