Home
last modified time | relevance | path

Searched refs:temp_dir_abspath (Results 1 – 24 of 24) sorted by relevance

/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dmerge.c254 const char *temp_dir_abspath; in detranslate_wc_file() local
259 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, mt->db, in detranslate_wc_file()
265 SVN_ERR(svn_io_open_unique_file3(NULL, &detranslated, temp_dir_abspath, in detranslate_wc_file()
505 const char *wcroot_abspath, *temp_dir_abspath; in preserve_pre_merge_files() local
515 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, mt->db, in preserve_pre_merge_files()
541 SVN_ERR(svn_io_open_unique_file3(NULL, &tmp_left, temp_dir_abspath, in preserve_pre_merge_files()
558 SVN_ERR(svn_io_open_unique_file3(NULL, &tmp_right, temp_dir_abspath, in preserve_pre_merge_files()
H A Dwc_db_pristine.c371 const char *temp_dir_abspath; in svn_wc__db_pristine_prepare_install() local
379 temp_dir_abspath = pristine_get_tempdir(wcroot, scratch_pool, scratch_pool); in svn_wc__db_pristine_prepare_install()
385 temp_dir_abspath, in svn_wc__db_pristine_prepare_install()
H A Dworkqueue.c471 const char *temp_dir_abspath; in run_file_install() local
568 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, in run_file_install()
575 SVN_ERR(svn_stream__create_for_install(&dst_stream, temp_dir_abspath, in run_file_install()
H A Dupdate_editor.c460 const char *temp_dir_abspath; in get_empty_tmp_file() local
462 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, db, wri_abspath, in get_empty_tmp_file()
464 SVN_ERR(svn_io_open_unique_file3(NULL, tmp_filename, temp_dir_abspath, in get_empty_tmp_file()
4685 const char *temp_dir_abspath; in update_keywords_after_switch_cb() local
4689 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, eb->db, in update_keywords_after_switch_cb()
4695 temp_dir_abspath, svn_io_file_del_none, in update_keywords_after_switch_cb()
5448 const char *temp_dir_abspath; in svn_wc_add_repos_file4() local
5451 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, db, in svn_wc_add_repos_file4()
5454 temp_dir_abspath, svn_io_file_del_none, in svn_wc_add_repos_file4()
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, in svn_wc__db_temp_wcroot_tempdir() argument
14336 SVN_ERR_ASSERT(temp_dir_abspath != NULL); in svn_wc__db_temp_wcroot_tempdir()
14343 *temp_dir_abspath = svn_dirent_join_many(result_pool, in svn_wc__db_temp_wcroot_tempdir()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dmerge.c254 const char *temp_dir_abspath; in detranslate_wc_file() local
259 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, mt->db, in detranslate_wc_file()
265 SVN_ERR(svn_io_open_unique_file3(NULL, &detranslated, temp_dir_abspath, in detranslate_wc_file()
505 const char *wcroot_abspath, *temp_dir_abspath; in preserve_pre_merge_files() local
515 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, mt->db, in preserve_pre_merge_files()
541 SVN_ERR(svn_io_open_unique_file3(NULL, &tmp_left, temp_dir_abspath, in preserve_pre_merge_files()
558 SVN_ERR(svn_io_open_unique_file3(NULL, &tmp_right, temp_dir_abspath, in preserve_pre_merge_files()
H A Dwc_db_pristine.c371 const char *temp_dir_abspath; in svn_wc__db_pristine_prepare_install() local
379 temp_dir_abspath = pristine_get_tempdir(wcroot, scratch_pool, scratch_pool); in svn_wc__db_pristine_prepare_install()
385 temp_dir_abspath, in svn_wc__db_pristine_prepare_install()
H A Dworkqueue.c471 const char *temp_dir_abspath; in run_file_install() local
568 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, in run_file_install()
575 SVN_ERR(svn_stream__create_for_install(&dst_stream, temp_dir_abspath, in run_file_install()
H A Dupdate_editor.c460 const char *temp_dir_abspath; in get_empty_tmp_file() local
462 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, db, wri_abspath, in get_empty_tmp_file()
464 SVN_ERR(svn_io_open_unique_file3(NULL, tmp_filename, temp_dir_abspath, in get_empty_tmp_file()
4685 const char *temp_dir_abspath; in update_keywords_after_switch_cb() local
4689 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, eb->db, in update_keywords_after_switch_cb()
4695 temp_dir_abspath, svn_io_file_del_none, in update_keywords_after_switch_cb()
5448 const char *temp_dir_abspath; in svn_wc_add_repos_file4() local
5451 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, db, in svn_wc_add_repos_file4()
5454 temp_dir_abspath, svn_io_file_del_none, in svn_wc_add_repos_file4()
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, in svn_wc__db_temp_wcroot_tempdir() argument
14336 SVN_ERR_ASSERT(temp_dir_abspath != NULL); in svn_wc__db_temp_wcroot_tempdir()
14343 *temp_dir_abspath = svn_dirent_join_many(result_pool, in svn_wc__db_temp_wcroot_tempdir()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_wc/
H A Dmerge.c254 const char *temp_dir_abspath; in detranslate_wc_file() local
259 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, mt->db, in detranslate_wc_file()
265 SVN_ERR(svn_io_open_unique_file3(NULL, &detranslated, temp_dir_abspath, in detranslate_wc_file()
505 const char *wcroot_abspath, *temp_dir_abspath; in preserve_pre_merge_files() local
515 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, mt->db, in preserve_pre_merge_files()
541 SVN_ERR(svn_io_open_unique_file3(NULL, &tmp_left, temp_dir_abspath, in preserve_pre_merge_files()
558 SVN_ERR(svn_io_open_unique_file3(NULL, &tmp_right, temp_dir_abspath, in preserve_pre_merge_files()
H A Dwc_db_pristine.c371 const char *temp_dir_abspath; in svn_wc__db_pristine_prepare_install() local
379 temp_dir_abspath = pristine_get_tempdir(wcroot, scratch_pool, scratch_pool); in svn_wc__db_pristine_prepare_install()
385 temp_dir_abspath, in svn_wc__db_pristine_prepare_install()
H A Dworkqueue.c471 const char *temp_dir_abspath; in run_file_install() local
568 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, in run_file_install()
575 SVN_ERR(svn_stream__create_for_install(&dst_stream, temp_dir_abspath, in run_file_install()
H A Dupdate_editor.c460 const char *temp_dir_abspath; in get_empty_tmp_file() local
462 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, db, wri_abspath, in get_empty_tmp_file()
464 SVN_ERR(svn_io_open_unique_file3(NULL, tmp_filename, temp_dir_abspath, in get_empty_tmp_file()
4685 const char *temp_dir_abspath; in update_keywords_after_switch_cb() local
4689 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, eb->db, in update_keywords_after_switch_cb()
4695 temp_dir_abspath, svn_io_file_del_none, in update_keywords_after_switch_cb()
5448 const char *temp_dir_abspath; in svn_wc_add_repos_file4() local
5451 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, db, in svn_wc_add_repos_file4()
5454 temp_dir_abspath, svn_io_file_del_none, in svn_wc_add_repos_file4()
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, in svn_wc__db_temp_wcroot_tempdir() argument
14336 SVN_ERR_ASSERT(temp_dir_abspath != NULL); in svn_wc__db_temp_wcroot_tempdir()
14343 *temp_dir_abspath = svn_dirent_join_many(result_pool, in svn_wc__db_temp_wcroot_tempdir()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dmerge.c254 const char *temp_dir_abspath; in detranslate_wc_file() local
259 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, mt->db, in detranslate_wc_file()
265 SVN_ERR(svn_io_open_unique_file3(NULL, &detranslated, temp_dir_abspath, in detranslate_wc_file()
505 const char *wcroot_abspath, *temp_dir_abspath; in preserve_pre_merge_files() local
515 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, mt->db, in preserve_pre_merge_files()
541 SVN_ERR(svn_io_open_unique_file3(NULL, &tmp_left, temp_dir_abspath, in preserve_pre_merge_files()
558 SVN_ERR(svn_io_open_unique_file3(NULL, &tmp_right, temp_dir_abspath, in preserve_pre_merge_files()
H A Dwc_db_pristine.c371 const char *temp_dir_abspath; in svn_wc__db_pristine_prepare_install() local
379 temp_dir_abspath = pristine_get_tempdir(wcroot, scratch_pool, scratch_pool); in svn_wc__db_pristine_prepare_install()
385 temp_dir_abspath, in svn_wc__db_pristine_prepare_install()
H A Dworkqueue.c471 const char *temp_dir_abspath; in run_file_install() local
568 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, in run_file_install()
575 SVN_ERR(svn_stream__create_for_install(&dst_stream, temp_dir_abspath, in run_file_install()
H A Dupdate_editor.c460 const char *temp_dir_abspath; in get_empty_tmp_file() local
462 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, db, wri_abspath, in get_empty_tmp_file()
464 SVN_ERR(svn_io_open_unique_file3(NULL, tmp_filename, temp_dir_abspath, in get_empty_tmp_file()
4685 const char *temp_dir_abspath; in update_keywords_after_switch_cb() local
4689 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, eb->db, in update_keywords_after_switch_cb()
4695 temp_dir_abspath, svn_io_file_del_none, in update_keywords_after_switch_cb()
5448 const char *temp_dir_abspath; in svn_wc_add_repos_file4() local
5451 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir_abspath, db, in svn_wc_add_repos_file4()
5454 temp_dir_abspath, svn_io_file_del_none, in svn_wc_add_repos_file4()
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, in svn_wc__db_temp_wcroot_tempdir() argument
14336 SVN_ERR_ASSERT(temp_dir_abspath != NULL); in svn_wc__db_temp_wcroot_tempdir()
14343 *temp_dir_abspath = svn_dirent_join_many(result_pool, in svn_wc__db_temp_wcroot_tempdir()