Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/client/file/
H A Dmove.c1153 MoveFileExA(IN LPCSTR lpExistingFileName, in MoveFileExA() function
/reactos/modules/rostests/winetests/advapi32/
H A Deventlog.c1145 bret = MoveFileExA(eventlogfile, NULL, MOVEFILE_DELAY_UNTIL_REBOOT); in cleanup_eventlog()
/reactos/sdk/include/psdk/
H A Dwinbase.h2891 BOOL WINAPI MoveFileExA(_In_ LPCSTR, _In_opt_ LPCSTR, _In_ DWORD);
3903 #define MoveFileEx MoveFileExA
/reactos/dll/win32/kernel32/
H A Dkernel32.spec813 @ stdcall MoveFileExA(str str long)
/reactos/sdk/lib/crt/stdio/
H A Dfile.c3779 if (MoveFileExA(oldpath, newpath, MOVEFILE_COPY_ALLOWED)) in rename()
/reactos/modules/rostests/winetests/msi/
H A Dinstall.c5208 fileret = MoveFileExA(src, dst, flags); in process_pending_renames()