Searched refs:to_path_apr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/ |
| HD | io.c | 4543 const char *from_path_apr, *to_path_apr; in svn_io_file_rename2() local 4550 SVN_ERR(cstring_from_utf8(&to_path_apr, to_path, pool)); in svn_io_file_rename2() 4554 SVN_ERR(svn_io__utf8_to_unicode_longpath(&to_path_w, to_path_apr, pool)); in svn_io_file_rename2() 4559 status = apr_file_rename(from_path_apr, to_path_apr, pool); in svn_io_file_rename2() 4569 status = apr_file_rename(from_path_apr, to_path_apr, pool); in svn_io_file_rename2() 4572 status = apr_file_rename(from_path_apr, to_path_apr, pool); in svn_io_file_rename2()
|