Searched refs:SetFromLastError (Results 1 – 2 of 2) sorted by relevance
47 void CUpdateErrorInfo::SetFromLastError(const char *message) in SetFromLastError() function in CUpdateErrorInfo53 HRESULT CUpdateErrorInfo::SetFromLastError(const char *message, const FString &fileName) in SetFromLastError() function in CUpdateErrorInfo55 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()[all …]
159 void SetFromLastError(const char *message);160 HRESULT SetFromLastError(const char *message, const FString &fileName);