Home
last modified time | relevance | path

Searched refs:src_abspath (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dcopy.c66 const char *src_abspath, in copy_to_tmpdir() argument
170 src_abspath, in copy_to_tmpdir()
223 const char *src_abspath, in copy_versioned_file() argument
252 my_src_abspath = src_abspath; in copy_versioned_file()
336 const char *src_abspath, in copy_versioned_dir() argument
577 const char *src_abspath, in copy_or_move() argument
912 const char *src_abspath, in svn_wc_copy3() argument
951 db, src_abspath, in remove_node_conflict_markers()
1058 const char *src_abspath, in svn_wc__move2() argument
1130 db, src_abspath, in svn_wc__move2()
[all …]
H A Dworkqueue.c825 const char *src_abspath, *dst_abspath; in run_file_move() local
856 const char *src_abspath, in svn_wc__wq_build_file_move() argument
866 SVN_ERR_ASSERT(svn_dirent_is_absolute(src_abspath)); in svn_wc__wq_build_file_move()
870 SVN_ERR(svn_io_check_path(src_abspath, &kind, result_pool)); in svn_wc__wq_build_file_move()
875 svn_dirent_local_style(src_abspath, in svn_wc__wq_build_file_move()
908 const char *local_abspath, *src_abspath, *dst_abspath; in run_file_copy_translated() local
921 SVN_ERR(svn_wc__db_from_relpath(&src_abspath, db, wri_abspath, in run_file_copy_translated()
949 const char *src_abspath, in svn_wc__wq_build_file_copy_translated() argument
960 SVN_ERR_ASSERT(svn_dirent_is_absolute(src_abspath)); in svn_wc__wq_build_file_copy_translated()
964 SVN_ERR(svn_io_check_path(src_abspath, &kind, result_pool)); in svn_wc__wq_build_file_copy_translated()
[all …]
H A Dworkqueue.h154 const char *src_abspath,
166 const char *src_abspath,
H A Dtranslate.c142 const char *src_abspath, in svn_wc__internal_translated_file() argument
156 SVN_ERR_ASSERT(svn_dirent_is_absolute(src_abspath)); in svn_wc__internal_translated_file()
168 *xlated_abspath = src_abspath; in svn_wc__internal_translated_file()
213 SVN_ERR(svn_subst_copy_and_translate4(src_abspath, tmp_vfile, in svn_wc__internal_translated_file()
H A Dtranslate.h175 const char *src_abspath,
H A Dwc_db_pristine.c533 const char *src_abspath; in maybe_transfer_one_pristine() local
555 SVN_ERR(get_pristine_fname(&src_abspath, src_wcroot->abspath, checksum, in maybe_transfer_one_pristine()
558 SVN_ERR(svn_stream_open_readonly(&src_stream, src_abspath, in maybe_transfer_one_pristine()
H A Dwc_db_update_move.c1040 const char *src_abspath; in tc_editor_incoming_add_file() local
1046 src_abspath = svn_dirent_join(b->wcroot->abspath, src_relpath, in tc_editor_incoming_add_file()
1049 src_abspath, in tc_editor_incoming_add_file()
1057 b->wcroot->abspath, src_abspath, in tc_editor_incoming_add_file()
1499 const char *src_abspath; in tc_editor_update_incoming_moved_file() local
1536 src_abspath = svn_dirent_join(b->wcroot->abspath, src_relpath, in tc_editor_update_incoming_moved_file()
1540 src_abspath, in tc_editor_update_incoming_moved_file()
1599 const char *src_abspath; in tc_editor_update_incoming_moved_file() local
1614 src_abspath = svn_dirent_join(b->wcroot->abspath, src_relpath, in tc_editor_update_incoming_moved_file()
1623 src_abspath, in tc_editor_update_incoming_moved_file()
H A Ddeprecated.c4185 const char *src_abspath; in svn_wc_translated_file2() local
4188 SVN_ERR(svn_dirent_get_absolute(&src_abspath, src, pool)); in svn_wc_translated_file2()
4190 SVN_ERR(svn_wc__internal_translated_file(xlated_path, src_abspath, in svn_wc_translated_file2()
4195 if (strcmp(*xlated_path, src_abspath) == 0) in svn_wc_translated_file2()
4514 const char *src_abspath; in svn_wc_copy2() local
4518 SVN_ERR(svn_dirent_get_absolute(&src_abspath, src, pool)); in svn_wc_copy2()
4524 src_abspath, in svn_wc_copy2()
4837 const char *src_abspath, in svn_wc_move() argument
4846 return svn_error_trace(svn_wc__move2(wc_ctx, src_abspath, dst_abspath, in svn_wc_move()
H A Dwc_db.h1355 const char *src_abspath,
1391 const char *src_abspath,
H A Dwc_db.c4822 const char *src_abspath, in svn_wc__db_op_copy() argument
4831 SVN_ERR_ASSERT(svn_dirent_is_absolute(src_abspath)); in svn_wc__db_op_copy()
4837 src_abspath, in svn_wc__db_op_copy()
5604 const char *src_abspath, in svn_wc__db_op_copy_shadowed_layer() argument
5611 SVN_ERR_ASSERT(svn_dirent_is_absolute(src_abspath)); in svn_wc__db_op_copy_shadowed_layer()
5616 src_abspath, in svn_wc__db_op_copy_shadowed_layer()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dhotcopy.c858 const char *src_abspath; in hotcopy_body() local
864 err2 = svn_dirent_get_absolute(&src_abspath, src_fs->path, pool); in hotcopy_body()
873 src_abspath = svn_dirent_dirname(src_abspath, pool); in hotcopy_body()
881 dst_abspath, config_relpath, src_abspath); in hotcopy_body()
/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1980 const char *src_abspath; in svn_repos_hotcopy3() local
1986 SVN_ERR(svn_dirent_get_absolute(&src_abspath, src_path, scratch_pool)); in svn_repos_hotcopy3()
1988 if (strcmp(src_abspath, dst_abspath) == 0) in svn_repos_hotcopy3()
1993 SVN_ERR(get_repos(&src_repos, src_abspath, in svn_repos_hotcopy3()
2011 hotcopy_context.src_len = strlen(src_abspath); in svn_repos_hotcopy3()
2015 SVN_ERR(svn_io_dir_walk2(src_abspath, in svn_repos_hotcopy3()
/freebsd-13.1/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h2041 const char *src_abspath,
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c2202 const char *src_abspath; in wc_to_repos_copy() local
2212 src_abspath = svn_dirent_join(pair->src_abspath_or_url, in wc_to_repos_copy()
2214 SVN_ERR(queue_prop_change_commit_items(src_abspath, in wc_to_repos_copy()
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_wc.h4489 const char *src_abspath,
4564 const char *src_abspath,