Lines Matching refs:SetFromLastError
47 void CUpdateErrorInfo::SetFromLastError(const char *message) in SetFromLastError() function in CUpdateErrorInfo
53 HRESULT CUpdateErrorInfo::SetFromLastError(const char *message, const FString &fileName) in SetFromLastError() function in CUpdateErrorInfo
55 SetFromLastError(message); in SetFromLastError()
819 return errorInfo.SetFromLastError("cannot open file", realPath); in Compress()
853 return errorInfo.SetFromLastError("cannot open SFX module", options.SfxModule); in Compress()
865 return errorInfo.SetFromLastError("cannot open file", realPath); in Compress()
1115 return errorInfo.SetFromLastError("cannot find specified SFX module", options.SfxModule); in UpdateArchive()
1522 return errorInfo.SetFromLastError("cannot delete the file", us2fs(arcPath)); in UpdateArchive()
1527 errorInfo.SetFromLastError("cannot move the file", tempPath); in UpdateArchive()
1555 errorInfo.SetFromLastError("cannot load Mapi32.dll"); in UpdateArchive()
1571 errorInfo.SetFromLastError("7-Zip cannot find MAPISendMail function"); in UpdateArchive()
1584 return errorInfo.SetFromLastError("GetFullPathName error", finalPath); in UpdateArchive()