Home
last modified time | relevance | path

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

/dports/net-mgmt/seafile-client/seafile-7.0.9/lib/
H A Dutils.c617 wchar_t *oldpathw = win32_long_path (oldpath); in seaf_util_rename() local
621 if (!MoveFileExW (oldpathw, newpathw, MOVEFILE_REPLACE_EXISTING)) { in seaf_util_rename()
626 g_free (oldpathw); in seaf_util_rename()
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/lib/
H A Dutils.c632 wchar_t *oldpathw = win32_long_path (oldpath); in seaf_util_rename() local
636 if (!MoveFileExW (oldpathw, newpathw, MOVEFILE_REPLACE_EXISTING)) { in seaf_util_rename()
641 g_free (oldpathw); in seaf_util_rename()