Searched refs:dst_target (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dhotcopy.c53 const char *dst_target; local
56 dst_target = svn_dirent_join(dst_path, file, scratch_pool);
57 SVN_ERR(svn_io_stat_dirent2(&dst_dirent, dst_target, FALSE, TRUE,
196 const char *dst_target = svn_dirent_join(dst_path, local
199 SVN_ERR(svn_io_copy_link(src_target, dst_target,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dhotcopy.c52 const char *dst_target; local
55 dst_target = svn_dirent_join(dst_path, file, scratch_pool);
56 SVN_ERR(svn_io_stat_dirent2(&dst_dirent, dst_target, FALSE, TRUE,
194 const char *dst_target = svn_dirent_join(dst_path, local
197 SVN_ERR(svn_io_copy_link(src_target, dst_target,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c1180 const char *dst_target = svn_dirent_join(dst_path,
1183 SVN_ERR(svn_io_copy_file(src_target, dst_target,
1188 const char *dst_target = svn_dirent_join(dst_path,
1191 SVN_ERR(svn_io_copy_link(src_target, dst_target,
1177 const char *dst_target = svn_dirent_join(dst_path, local
1185 const char *dst_target = svn_dirent_join(dst_path, local

Completed in 283 milliseconds