Searched refs:dst_format_kind (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dhotcopy.c715 svn_node_kind_t dst_format_kind; local
721 SVN_ERR(svn_io_check_path(dst_format_abspath, &dst_format_kind,
723 if (dst_format_kind == svn_node_none)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dhotcopy.c1028 svn_node_kind_t dst_format_kind; local
1033 SVN_ERR(svn_io_check_path(dst_format_abspath, &dst_format_kind, pool));
1034 if (dst_format_kind == svn_node_none)

Completed in 92 milliseconds