Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dfile.c3599 FILETIME ftReplaced, ftReplacement, ftBackup; in test_ReplaceFileA() local
3660 ret = GetFileTime(hBackupFile, NULL, NULL, &ftBackup); in test_ReplaceFileA()
3662 ftBackup.dwLowDateTime -= 1200000000; /* 120 second */ in test_ReplaceFileA()
3663 ret = SetFileTime(hBackupFile, NULL, NULL, &ftBackup); in test_ReplaceFileA()
3665 GetFileTime(hBackupFile, NULL, NULL, &ftBackup); /* get the actual time back */ in test_ReplaceFileA()
3699 ret = GetFileTime(hBackupFile, NULL, NULL, &ftBackup); in test_ReplaceFileA()
3701 ok(check_file_time(&ftBackup, &ftReplaced, 20000000), "backup file has wrong filetime\n"); in test_ReplaceFileA()