Searched refs:temp_dir_abspath (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dmerge.c255 const char *temp_dir_abspath;
260 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, mt->db,
266 SVN_ERR(svn_io_open_unique_file3(NULL, &detranslated, temp_dir_abspath,
506 const char *wcroot_abspath, *temp_dir_abspath;
516 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, mt->db,
542 SVN_ERR(svn_io_open_unique_file3(NULL, &tmp_left, temp_dir_abspath,
559 SVN_ERR(svn_io_open_unique_file3(NULL, &tmp_right, temp_dir_abspath,
254 const char *temp_dir_abspath; local
505 const char *wcroot_abspath, *temp_dir_abspath; local
H A Dwc_db_pristine.c371 const char *temp_dir_abspath; local
379 temp_dir_abspath = pristine_get_tempdir(wcroot, scratch_pool, scratch_pool);
385 temp_dir_abspath,
H A Dworkqueue.c471 const char *temp_dir_abspath; local
568 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath,
575 SVN_ERR(svn_stream__create_for_install(&dst_stream, temp_dir_abspath,
H A Dupdate_editor.c463 const char *temp_dir_abspath;
465 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, db, wri_abspath,
467 SVN_ERR(svn_io_open_unique_file3(NULL, tmp_filename, temp_dir_abspath,
4689 const char *temp_dir_abspath;
4693 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, eb->db,
4699 temp_dir_abspath, svn_io_file_del_none,
5453 const char *temp_dir_abspath;
5456 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, db,
5459 temp_dir_abspath, svn_io_file_del_none,
460 const char *temp_dir_abspath; local
4685 const char *temp_dir_abspath; local
5448 const char *temp_dir_abspath; local
H A Dwc_db.h3183 svn_wc__db_temp_wcroot_tempdir(const char **temp_dir_abspath,
H A Dwc_db.c14327 svn_wc__db_temp_wcroot_tempdir(const char **temp_dir_abspath, argument
14336 SVN_ERR_ASSERT(temp_dir_abspath != NULL);
14343 *temp_dir_abspath = svn_dirent_join_many(result_pool,

Completed in 216 milliseconds