Searched refs:PATH_REVS_DIR (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | hotcopy.c | 305 src_subdir = svn_dirent_join(src_fs->path, PATH_REVS_DIR, scratch_pool); in hotcopy_copy_packed_shard() 306 dst_subdir = svn_dirent_join(dst_fs->path, PATH_REVS_DIR, scratch_pool); in hotcopy_copy_packed_shard() 618 src_revs_dir = svn_dirent_join(src_fs->path, PATH_REVS_DIR, scratch_pool); in hotcopy_body() 619 dst_revs_dir = svn_dirent_join(dst_fs->path, PATH_REVS_DIR, scratch_pool); in hotcopy_body()
|
| H A D | fs.h | 59 #define PATH_REVS_DIR "revs" /* Directory of revisions */ macro
|
| H A D | util.c | 177 return svn_dirent_join_many(result_pool, fs->path, PATH_REVS_DIR, buffer, in construct_shard_sub_path()
|
| H A D | pack.c | 2215 data_path = svn_dirent_join(pb->fs->path, PATH_REVS_DIR, scratch_pool); in pack_body()
|
| H A D | transaction.c | 3588 SVN_ERR(svn_io_copy_perms(svn_dirent_join(fs->path, PATH_REVS_DIR, in auto_create_shard()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | hotcopy.c | 306 src_subdir = svn_dirent_join(src_fs->path, PATH_REVS_DIR, scratch_pool); in hotcopy_copy_packed_shard() 307 dst_subdir = svn_dirent_join(dst_fs->path, PATH_REVS_DIR, scratch_pool); in hotcopy_copy_packed_shard() 445 PATH_REVS_DIR, in hotcopy_remove_rev_files() 911 src_revs_dir = svn_dirent_join(src_fs->path, PATH_REVS_DIR, pool); in hotcopy_body() 912 dst_revs_dir = svn_dirent_join(dst_fs->path, PATH_REVS_DIR, pool); in hotcopy_body()
|
| H A D | util.c | 114 return svn_dirent_join_many(pool, fs->path, PATH_REVS_DIR, in svn_fs_fs__path_rev_packed() 127 return svn_dirent_join_many(pool, fs->path, PATH_REVS_DIR, in svn_fs_fs__path_rev_shard() 147 return svn_dirent_join_many(pool, fs->path, PATH_REVS_DIR, in svn_fs_fs__path_rev()
|
| H A D | fs.h | 58 #define PATH_REVS_DIR "revs" /* Directory of revisions */ macro
|
| H A D | pack.c | 2078 pb->revs_dir = svn_dirent_join(pb->fs->path, PATH_REVS_DIR, pool); in pack_body()
|
| H A D | fs_fs.c | 1844 SVN_ERR(svn_io_make_dir_recursively(svn_dirent_join(path, PATH_REVS_DIR, in svn_fs_fs__create_file_tree()
|
| H A D | transaction.c | 3863 PATH_REVS_DIR, in commit_body()
|