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

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c10790 *dst_subdir_shard = dst_subdir;
10797 dst_subdir_shard = svn_dirent_join(dst_subdir, shard, scratch_pool);
10801 SVN_ERR(svn_io_make_dir_recursively(dst_subdir_shard, scratch_pool));
10802 SVN_ERR(svn_io_copy_perms(dst_subdir, dst_subdir_shard,
10807 SVN_ERR(hotcopy_io_dir_file_copy(src_subdir_shard, dst_subdir_shard,
10959 const char *dst_subdir_shard;
10965 dst_subdir_shard = svn_dirent_join(dst_subdir, shard, scratch_pool);
10977 dst_subdir_shard = svn_dirent_join(dst_subdir, shard, scratch_pool);
10981 path = svn_dirent_join(dst_subdir_shard,
10783 *dst_subdir_shard = dst_subdir; local
10952 const char *dst_subdir_shard; local

Completed in 69 milliseconds