Searched refs:ERROR_FILE_NOT_FOUND (Results 1 - 24 of 24) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2_errors.c82 case ERROR_FILE_NOT_FOUND:
125 case ERROR_FILE_NOT_FOUND:
143 case ERROR_FILE_NOT_FOUND:
169 case ERROR_FILE_NOT_FOUND:
239 case ERROR_FILE_NOT_FOUND:
298 case ERROR_FILE_NOT_FOUND:
347 case ERROR_FILE_NOT_FOUND:
1016 case ERROR_FILE_NOT_FOUND:
/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.h87 #define ERROR_FILE_NOT_FOUND 2L macro
/vbox/src/VBox/Runtime/os2/
H A DRTErrConvertFromOS2.cpp49 case ERROR_FILE_NOT_FOUND: return VERR_FILE_NOT_FOUND;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcorerror.h51 #define COR_E_FILENOTFOUND HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)
H A Dwinerror.h118 #define ERROR_FILE_NOT_FOUND 2 macro
H A Ddinput.h158 MAKE_HRESULT(SEVERITY_ERROR, FACILITY_WIN32, ERROR_FILE_NOT_FOUND)
160 MAKE_HRESULT(SEVERITY_ERROR, FACILITY_WIN32, ERROR_FILE_NOT_FOUND)
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPLib-os2.cpp94 case ERROR_FILE_NOT_FOUND:
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcorerror.h51 #define COR_E_FILENOTFOUND HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)
H A Ddinput.h156 MAKE_HRESULT(SEVERITY_ERROR, FACILITY_WIN32, ERROR_FILE_NOT_FOUND)
158 MAKE_HRESULT(SEVERITY_ERROR, FACILITY_WIN32, ERROR_FILE_NOT_FOUND)
H A Dwinerror.h118 #define ERROR_FILE_NOT_FOUND 2 macro
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService-win.cpp81 if (dwRes == ERROR_FILE_NOT_FOUND)
350 if (dwRes == ERROR_FILE_NOT_FOUND)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_main.c134 return ERROR_FILE_NOT_FOUND;
143 return ERROR_FILE_NOT_FOUND;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_main.c150 return ERROR_FILE_NOT_FOUND;
159 return ERROR_FILE_NOT_FOUND;
/vbox/src/VBox/Runtime/win/
H A DRTErrConvertFromWin32.cpp47 case ERROR_FILE_NOT_FOUND: return VERR_FILE_NOT_FOUND;
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibAdditions.cpp328 if ((l != ERROR_SUCCESS) && (l != ERROR_FILE_NOT_FOUND))
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dwin32_errors.c116 case ERROR_FILE_NOT_FOUND:
/vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/
H A DVBoxGuestInstallHelper.cpp246 hr = HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND);
/vbox/src/VBox/Runtime/r3/win/
H A Ddirenum-win.cpp94 if ( dwErr == ERROR_FILE_NOT_FOUND
/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp194 hr = HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND);
321 case ERROR_FILE_NOT_FOUND:
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.cpp226 case ERROR_FILE_NOT_FOUND:
2197 case ERROR_FILE_NOT_FOUND:
H A DnsLocalFileOS2.cpp80 case ERROR_FILE_NOT_FOUND:
/vbox/src/VBox/Additions/WINNT/SharedFolders/np/
H A Dvboxmrxnp.cpp304 || GetLastError() == ERROR_FILE_NOT_FOUND)
/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp928 Assert(rc == ERROR_SUCCESS || rc == ERROR_FILE_NOT_FOUND);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp529 || ( err != ERROR_FILE_NOT_FOUND

Completed in 201 milliseconds