Searched refs:dst_apr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_client/ |
| D | copy.c | 1012 char *dst_apr; in verify_wc_dsts() local 1022 apr_err = apr_filepath_merge(&dst_apr, NULL, dst, in verify_wc_dsts() 1028 SVN_ERR(svn_path_cstring_to_utf8(&dst, dst_apr, iterpool)); in verify_wc_dsts()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | io.c | 1089 const char *src_apr, *dst_apr; in svn_io_append_file() local 1092 SVN_ERR(cstring_from_utf8(&dst_apr, dst, pool)); in svn_io_append_file() 1094 apr_err = apr_file_append(src_apr, dst_apr, APR_OS_DEFAULT, pool); in svn_io_append_file()
|