Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs.h60 #define PATH_TXNS_DIR "transactions" /* Directory of transactions */ macro
H A Dutil.c275 return svn_dirent_join(fs->path, PATH_TXNS_DIR, result_pool); in svn_fs_x__path_txns_dir()
297 return svn_dirent_join_many(result_pool, fs->path, PATH_TXNS_DIR, in construct_txn_path()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.h60 #define PATH_TXNS_DIR "transactions" /* Directory of transactions in macro
H A Dutil.c240 return svn_dirent_join(fs->path, PATH_TXNS_DIR, pool); in svn_fs_fs__path_txns_dir()