Home
last modified time | relevance | path

Searched refs:tmp_root (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c1172 svn_fs_root_t *tmp_root; in find_interesting_revisions() local
1174 SVN_ERR(svn_fs_revision_root(&tmp_root, repos->fs, tmp_revnum, in find_interesting_revisions()
1176 SVN_ERR(authz_read_func(&readable, tmp_root, tmp_path, in find_interesting_revisions()
1548 svn_fs_root_t *tmp_root; in get_file_revs_backwards() local
1550 SVN_ERR(svn_fs_revision_root(&tmp_root, repos->fs, tmp_revnum, in get_file_revs_backwards()
1552 SVN_ERR(authz_read_func(&readable, tmp_root, tmp_path, in get_file_revs_backwards()
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Ddeprecated.c4184 const char *tmp_root; in svn_wc_translated_file2() local
4199 SVN_ERR(svn_io_temp_dir(&tmp_root, pool)); in svn_wc_translated_file2()
4200 if (! svn_dirent_is_child(tmp_root, *xlated_path, pool)) in svn_wc_translated_file2()