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

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c549 const char *src_fs_type;
559 SVN_ERR(svn_fs_type(&src_fs_type, src_path, scratch_pool));
560 SVN_ERR(get_library_vtable(&vtable, src_fs_type, scratch_pool));
587 if (strcmp(src_fs_type, dst_fs_type) != 0)
593 src_fs_type, dst_fs_type);
600 return svn_error_trace(write_fs_type(dst_path, src_fs_type, scratch_pool));
546 const char *src_fs_type; local

Completed in 160 milliseconds