Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp47 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()
[all …]
DUpdate.h159 void SetFromLastError(const char *message);
160 HRESULT SetFromLastError(const char *message, const FString &fileName);