Searched refs:dst_target (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| D | hotcopy.c | 53 const char *dst_target; in hotcopy_io_dir_file_copy() local 56 dst_target = svn_dirent_join(dst_path, file, scratch_pool); in hotcopy_io_dir_file_copy() 57 SVN_ERR(svn_io_stat_dirent2(&dst_dirent, dst_target, FALSE, TRUE, in hotcopy_io_dir_file_copy() 196 const char *dst_target = svn_dirent_join(dst_path, in hotcopy_io_copy_dir_recursively() local 199 SVN_ERR(svn_io_copy_link(src_target, dst_target, in hotcopy_io_copy_dir_recursively()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| D | hotcopy.c | 52 const char *dst_target; in hotcopy_io_dir_file_copy() local 55 dst_target = svn_dirent_join(dst_path, file, scratch_pool); in hotcopy_io_dir_file_copy() 56 SVN_ERR(svn_io_stat_dirent2(&dst_dirent, dst_target, FALSE, TRUE, in hotcopy_io_dir_file_copy() 194 const char *dst_target = svn_dirent_join(dst_path, in hotcopy_io_copy_dir_recursively() local 197 SVN_ERR(svn_io_copy_link(src_target, dst_target, in hotcopy_io_copy_dir_recursively()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | io.c | 1132 const char *dst_target = svn_dirent_join(dst_path, in svn_io_copy_dir_recursively() local 1135 SVN_ERR(svn_io_copy_file(src_target, dst_target, in svn_io_copy_dir_recursively() 1140 const char *dst_target = svn_dirent_join(dst_path, in svn_io_copy_dir_recursively() local 1143 SVN_ERR(svn_io_copy_link(src_target, dst_target, in svn_io_copy_dir_recursively()
|