Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dio.c4543 const char *from_path_apr, *to_path_apr; in svn_io_file_rename2() local
4549 SVN_ERR(cstring_from_utf8(&from_path_apr, from_path, pool)); in svn_io_file_rename2()
4553 SVN_ERR(svn_io__utf8_to_unicode_longpath(&from_path_w, from_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()