Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c657 const char *src_fs_type; in svn_fs_hotcopy3() local
667 SVN_ERR(svn_fs_type(&src_fs_type, src_path, scratch_pool)); in svn_fs_hotcopy3()
668 SVN_ERR(get_library_vtable(&vtable, src_fs_type, scratch_pool)); in svn_fs_hotcopy3()
695 if (strcmp(src_fs_type, dst_fs_type) != 0) in svn_fs_hotcopy3()
701 src_fs_type, dst_fs_type); in svn_fs_hotcopy3()
709 return svn_error_trace(write_fs_type(dst_path, src_fs_type, scratch_pool)); in svn_fs_hotcopy3()