Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDcopy.c593 const char *src_wcroot_abspath; in copy_or_move() local
636 SVN_ERR(svn_wc__db_get_wcroot(&src_wcroot_abspath, db, src_abspath, in copy_or_move()
658 if (is_move && ! strcmp(src_abspath, src_wcroot_abspath)) in copy_or_move()
821 within_one_wc = (strcmp(src_wcroot_abspath, dst_wcroot_abspath) == 0); in copy_or_move()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDcopy.c863 const char *src_wcroot_abspath; in do_wc_to_wc_moves() local
877 SVN_ERR(svn_wc__get_wcroot(&src_wcroot_abspath, in do_wc_to_wc_moves()
903 src_wcroot_abspath, NULL)) in do_wc_to_wc_moves()