Home
last modified time | relevance | path

Searched refs:last_error (Results 1 – 25 of 26) sorted by relevance

12

/reactos/dll/shellext/shellbtrfs/
H A Dscrub.cpp64 throw last_error(GetLastError()); in UpdateTextBox()
101 throw last_error(GetLastError()); in UpdateTextBox()
104 throw last_error(GetLastError()); in UpdateTextBox()
107 throw last_error(GetLastError()); in UpdateTextBox()
282 throw last_error(GetLastError()); in RefreshScrubDlg()
381 throw last_error(GetLastError()); in StartScrub()
407 throw last_error(GetLastError()); in PauseScrub()
423 throw last_error(GetLastError()); in StopScrub()
493 throw last_error(GetLastError()); in ShowScrubW()
496 throw last_error(GetLastError()); in ShowScrubW()
[all …]
H A Dcontextmenu.cpp528 throw last_error(GetLastError()); in create_snapshot()
565 throw last_error(GetLastError()); in reflink_copy()
568 throw last_error(GetLastError()); in reflink_copy()
575 throw last_error(GetLastError()); in reflink_copy()
591 throw last_error(GetLastError()); in reflink_copy()
642 throw last_error(GetLastError()); in reflink_copy()
675 throw last_error(GetLastError()); in reflink_copy()
1333 throw last_error(GetLastError()); in reflink_copy2()
1346 throw last_error(GetLastError()); in reflink_copy2()
1375 throw last_error(GetLastError()); in reflink_copy2()
[all …]
H A Dmain.cpp151 throw last_error(GetLastError()); in format_size()
164 wstring format_message(ULONG last_error) { in format_message() argument
349 throw last_error(ret); in reg_delete_tree()
358 throw last_error(ret); in reg_delete_tree()
372 throw last_error(ret); in reg_delete_tree()
379 throw last_error(ret); in reg_delete_tree()
680 throw last_error(GetLastError()); in utf16_to_utf8()
690 throw last_error(le); in utf16_to_utf8()
744 throw last_error(GetLastError()); in utf8_to_utf16()
754 throw last_error(le); in utf8_to_utf16()
[all …]
H A Dvolpropsheet.cpp267 throw last_error(GetLastError()); in FormatUsage()
278 throw last_error(GetLastError()); in FormatUsage()
293 throw last_error(GetLastError()); in FormatUsage()
309 throw last_error(GetLastError()); in FormatUsage()
323 throw last_error(GetLastError()); in FormatUsage()
397 throw last_error(GetLastError()); in FormatUsage()
591 throw last_error(GetLastError()); in add_lv_column()
645 throw last_error(GetLastError()); in RefreshDevList()
828 throw last_error(GetLastError()); in ResetStats()
1293 throw last_error(GetLastError()); in ShowScrub()
[all …]
H A Dbalance.cpp123 throw last_error(GetLastError()); in StartBalance()
170 throw last_error(GetLastError()); in PauseBalance()
200 throw last_error(GetLastError()); in StopBalance()
225 throw last_error(GetLastError()); in RefreshBalanceDlg()
326 throw last_error(GetLastError()); in RefreshBalanceDlg()
335 throw last_error(GetLastError()); in RefreshBalanceDlg()
344 throw last_error(GetLastError()); in RefreshBalanceDlg()
1022 throw last_error(GetLastError()); in ShowBalance()
1087 throw last_error(GetLastError()); in StartBalanceW()
1090 throw last_error(GetLastError()); in StartBalanceW()
[all …]
H A Ddevices.cpp316 throw last_error(GetLastError());
512 throw last_error(GetLastError());
517 throw last_error(GetLastError());
521 throw last_error(GetLastError());
530 throw last_error(GetLastError());
666 throw last_error(GetLastError());
858 throw last_error(GetLastError());
861 throw last_error(GetLastError());
868 throw last_error(GetLastError());
890 throw last_error(GetLastError());
[all …]
H A Dsend.cpp292 throw last_error(GetLastError()); in StartSend()
532 throw last_error(GetLastError()); in Open()
544 throw last_error(GetLastError()); in SendSubvolGUIW()
547 throw last_error(GetLastError()); in SendSubvolGUIW()
554 throw last_error(GetLastError()); in SendSubvolGUIW()
579 throw last_error(GetLastError()); in send_subvol()
583 throw last_error(GetLastError()); in send_subvol()
595 throw last_error(GetLastError()); in send_subvol()
617 throw last_error(le); in send_subvol()
638 throw last_error(GetLastError()); in send_subvol()
[all …]
H A Dpropsheet.cpp438 throw last_error(GetLastError()); in set_cmdline()
552 throw last_error(GetLastError()); in set_cmdline()
636 throw last_error(GetLastError()); in apply_changes_file()
650 throw last_error(GetLastError()); in apply_changes_file()
944 throw last_error(GetLastError()); in init_propsheet()
952 throw last_error(GetLastError()); in init_propsheet()
974 throw last_error(GetLastError()); in init_propsheet()
981 throw last_error(GetLastError()); in init_propsheet()
986 throw last_error(GetLastError()); in init_propsheet()
1029 throw last_error(GetLastError()); in init_propsheet()
[all …]
H A Dshellext.h365 class last_error : public exception {
367 last_error(DWORD errnum);
401 wstring format_message(ULONG last_error);
H A Drecv.cpp1493 throw last_error(GetLastError()); in RecvProgressDlgProc()
1499 throw last_error(GetLastError()); in RecvProgressDlgProc()
1544 throw last_error(GetLastError()); in Open()
1560 throw last_error(GetLastError()); in RecvSubvolGUIW()
1576 throw last_error(GetLastError()); in RecvSubvolGUIW()
1584 throw last_error(GetLastError()); in RecvSubvolGUIW()
1592 throw last_error(GetLastError()); in RecvSubvolGUIW()
1600 throw last_error(GetLastError()); in RecvSubvolGUIW()
/reactos/sdk/lib/ucrt/lowio/
H A Dread.cpp569 DWORD const last_error = GetLastError(); in _read_nolock() local
570 if (last_error == ERROR_ACCESS_DENIED) in _read_nolock()
576 _doserrno = last_error; in _read_nolock()
580 else if (last_error == ERROR_BROKEN_PIPE) in _read_nolock()
590 __acrt_errno_map_os_error(last_error); in _read_nolock()
H A Dopen.cpp734 DWORD const last_error = GetLastError(); in _wsopen_nolock() local
735 __acrt_errno_map_os_error(last_error); in _wsopen_nolock()
743 if (last_error == ERROR_SUCCESS) in _wsopen_nolock()
/reactos/modules/rostests/winetests/kernel32/
H A Dconsole.c1374 DWORD last_error; in test_GetNumberOfConsoleInputEvents() member
1395 ok(GetLastError() == invalid_table[i].last_error, in test_GetNumberOfConsoleInputEvents()
1908 DWORD last_error; in test_WriteConsoleOutputCharacterA() member
1992 DWORD last_error; in test_WriteConsoleOutputCharacterW() member
2075 DWORD last_error; in test_WriteConsoleOutputAttribute() member
2156 DWORD last_error; in test_FillConsoleOutputCharacterA() member
2215 DWORD last_error; in test_FillConsoleOutputCharacterW() member
2274 DWORD last_error; in test_FillConsoleOutputAttribute() member
2340 DWORD last_error; in test_ReadConsoleOutputCharacterA() member
2424 DWORD last_error; in test_ReadConsoleOutputCharacterW() member
[all …]
/reactos/base/services/nfsd/
H A Dopen.c354 uint32_t *last_error) in map_disposition_2_nfsopen() argument
359 *last_error = ERROR_FILE_NOT_FOUND; in map_disposition_2_nfsopen()
382 *last_error = ERROR_FILE_NOT_FOUND; in map_disposition_2_nfsopen()
394 *last_error = ERROR_FILE_NOT_FOUND; in map_disposition_2_nfsopen()
531 upcall->last_error = ERROR_REPARSE; in handle_open()
574 upcall->last_error = ERROR_REPARSE; in handle_open()
674 &create, &createhowmode, &upcall->last_error); in handle_open()
760 if (upcall->last_error == ERROR_REPARSE) { in marshall_open()
H A Dupcall.c174 safe_write(&buffer, &length, &upcall->last_error, sizeof(upcall->last_error)); in upcall_marshall()
H A Dupcall.h197 uint32_t last_error; member
H A Dnfs41_daemon.c135 upcall.status, upcall.last_error); in thread_main()
H A Dreaddir.c623 upcall->last_error = status; in handle_readdir()
/reactos/dll/win32/fusion/
H A Dasmcache.c78 DWORD last_error = GetLastError(); in create_full_path() local
80 if(last_error == ERROR_ALREADY_EXISTS) in create_full_path()
83 if(last_error != ERROR_PATH_NOT_FOUND) in create_full_path()
/reactos/modules/rostests/winetests/fusion/
H A Dasmenum.c118 DWORD last_error = GetLastError(); in create_full_path() local
120 if(last_error == ERROR_ALREADY_EXISTS) in create_full_path()
123 if(last_error != ERROR_PATH_NOT_FOUND) in create_full_path()
/reactos/base/applications/cmdutils/xcopy/
H A Dxcopy.c218 DWORD last_error = GetLastError(); in XCOPY_CreateDirectory() local
219 if (last_error == ERROR_ALREADY_EXISTS) in XCOPY_CreateDirectory()
222 if (last_error != ERROR_PATH_NOT_FOUND) in XCOPY_CreateDirectory()
/reactos/sdk/include/reactos/wine/
H A Dtest.h306 DWORD last_error; in get_tls_data() local
308 last_error=GetLastError(); in get_tls_data()
316 SetLastError(last_error); in get_tls_data()
/reactos/dll/win32/msi/
H A Dfiles.c226 DWORD last_error = GetLastError(); in msi_create_full_path() local
227 if (last_error == ERROR_ALREADY_EXISTS) break; in msi_create_full_path()
228 if (last_error != ERROR_PATH_NOT_FOUND) in msi_create_full_path()
/reactos/modules/rostests/winetests/user32/
H A Dsysparams.c295 DWORD last_error = GetLastError(); in test_error_msg() local
299 …if (last_error==0xdeadbeef || last_error==ERROR_INVALID_SPI_VALUE || last_error==ERROR_INVALID_PAR… in test_error_msg()
303 else if (last_error==ERROR_ACCESS_DENIED) in test_error_msg()
309 … failed for reason: %d. Indicating test failure and skipping remainder of test\n",name,last_error); in test_error_msg()
310 ok(rc!=0,"SystemParametersInfoA: rc=%d err=%d\n",rc,last_error); in test_error_msg()
316 ok(rc!=0,"SystemParametersInfoA: rc=%d err=%d\n",rc,last_error); in test_error_msg()
/reactos/dll/win32/setupapi/
H A Dqueue.c981 DWORD last_error = GetLastError(); in create_full_pathW() local
983 if(last_error == ERROR_ALREADY_EXISTS) in create_full_pathW()
986 if(last_error != ERROR_PATH_NOT_FOUND) in create_full_pathW()

12