Searched refs:PATH_REVPROPS_DIR (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | hotcopy.c | 319 src_subdir = svn_dirent_join(src_fs->path, PATH_REVPROPS_DIR, scratch_pool); in hotcopy_copy_packed_shard() 320 dst_subdir = svn_dirent_join(dst_fs->path, PATH_REVPROPS_DIR, scratch_pool); in hotcopy_copy_packed_shard() 469 PATH_REVPROPS_DIR, in hotcopy_remove_revprop_files() 913 src_revprops_dir = svn_dirent_join(src_fs->path, PATH_REVPROPS_DIR, pool); in hotcopy_body() 914 dst_revprops_dir = svn_dirent_join(dst_fs->path, PATH_REVPROPS_DIR, pool); in hotcopy_body()
|
| H A D | util.c | 186 return svn_dirent_join_many(pool, fs->path, PATH_REVPROPS_DIR, in svn_fs_fs__path_revprops_shard() 200 return svn_dirent_join_many(pool, fs->path, PATH_REVPROPS_DIR, in svn_fs_fs__path_revprops_pack_shard() 220 return svn_dirent_join_many(pool, fs->path, PATH_REVPROPS_DIR, in svn_fs_fs__path_revprops()
|
| H A D | fs.h | 59 #define PATH_REVPROPS_DIR "revprops" /* Directory of revprops */ macro
|
| H A D | revprops.c | 57 const char *revsprops_dir = svn_dirent_join(fs->path, PATH_REVPROPS_DIR, in svn_fs_fs__upgrade_pack_revprops() 110 const char *revsprops_dir = svn_dirent_join(fs->path, PATH_REVPROPS_DIR, in svn_fs_fs__upgrade_cleanup_pack_revprops()
|
| H A D | fs_fs.c | 1854 PATH_REVPROPS_DIR, in svn_fs_fs__create_file_tree()
|
| H A D | pack.c | 2080 pb->revsprops_dir = svn_dirent_join(pb->fs->path, PATH_REVPROPS_DIR, in pack_body()
|
| H A D | transaction.c | 3879 PATH_REVPROPS_DIR, in commit_body()
|