Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dhotcopy.c319 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 Dutil.c186 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 Dfs.h59 #define PATH_REVPROPS_DIR "revprops" /* Directory of revprops */ macro
H A Drevprops.c57 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 Dfs_fs.c1854 PATH_REVPROPS_DIR, in svn_fs_fs__create_file_tree()
H A Dpack.c2080 pb->revsprops_dir = svn_dirent_join(pb->fs->path, PATH_REVPROPS_DIR, in pack_body()
H A Dtransaction.c3879 PATH_REVPROPS_DIR, in commit_body()