Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
HDio.c4477 const WCHAR *to_path_w, in win32_file_rename() argument
4493 if (!MoveFileExW(from_path_w, to_path_w, flags)) in win32_file_rename()
4500 DWORD attrs = GetFileAttributesW(to_path_w); in win32_file_rename()
4514 if (!SetFileAttributesW(to_path_w, attrs)) in win32_file_rename()
4527 if (!MoveFileExW(from_path_w, to_path_w, flags)) in win32_file_rename()
4546 WCHAR *to_path_w; in svn_io_file_rename2() local
4554 SVN_ERR(svn_io__utf8_to_unicode_longpath(&to_path_w, to_path_apr, pool)); in svn_io_file_rename2()
4555 status = win32_file_rename(from_path_w, to_path_w, flush_to_disk); in svn_io_file_rename2()
4556 WIN32_RETRY_LOOP(status, win32_file_rename(from_path_w, to_path_w, in svn_io_file_rename2()