Searched refs:patch_abspath (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | shelve.c | 112 get_patch_abspath(char **patch_abspath, in get_patch_abspath() argument 126 *patch_abspath = svn_dirent_join(dir, filename, result_pool); in get_patch_abspath() 151 char *patch_abspath; in shelf_write_patch() local 162 SVN_ERR(get_patch_abspath(&patch_abspath, name, wc_root_abspath, in shelf_write_patch() 172 SVN_ERR(svn_io_file_open(&outfile, patch_abspath, in shelf_write_patch() 241 char *patch_abspath; in shelf_apply_patch() local 245 SVN_ERR(svn_client_patch(patch_abspath, wc_root_abspath, in shelf_apply_patch() 265 char *patch_abspath, *to_abspath; in shelf_delete_patch() local 423 char *patch_abspath; in svn_client_shelf_get_paths() local 477 const char *patch_abspath, in read_logmsg_from_patch() argument [all …]
|
| H A D | patch.c | 3612 const char *patch_abspath, in apply_patches() argument 3638 SVN_ERR(svn_diff_open_patch_file(&patch_file, patch_abspath, scratch_pool)); in apply_patches() 3725 svn_client_patch(const char *patch_abspath, in svn_client_patch() argument 3749 SVN_ERR(svn_io_check_path(patch_abspath, &kind, scratch_pool)); in svn_client_patch() 3753 svn_dirent_local_style(patch_abspath, in svn_client_patch() 3758 svn_dirent_local_style(patch_abspath, in svn_client_patch() 3774 apply_patches(patch_abspath, wc_dir_abspath, dry_run, strip_count, in svn_client_patch()
|
| /freebsd-12.1/contrib/subversion/subversion/include/ |
| H A D | svn_client.h | 7462 const char *patch_abspath, 7508 svn_client_patch(const char *patch_abspath,
|