Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp52 void CUpdateErrorInfo::SetFromLastError(const char *message) in SetFromLastError() function in CUpdateErrorInfo
58 HRESULT CUpdateErrorInfo::SetFromLastError(const char *message, const FString &fileName) in SetFromLastError() function in CUpdateErrorInfo
60 SetFromLastError(message); in SetFromLastError()
720 return errorInfo.SetFromLastError("cannot open file", realPath); in Compress()
755 return errorInfo.SetFromLastError("cannot open SFX module", options.SfxModule); in Compress()
767 return errorInfo.SetFromLastError("cannot open file", realPath); in Compress()
1166 return errorInfo.SetFromLastError("cannot find specified SFX module", options.SfxModule); in UpdateArchive()
1602 return errorInfo.SetFromLastError("cannot delete the file", us2fs(arcPath)); in UpdateArchive()
1607 errorInfo.SetFromLastError("cannot move the file", tempPath); in UpdateArchive()
1635 errorInfo.SetFromLastError("canno in UpdateArchive()
[all...]
H A DUpdate.h168 void SetFromLastError(const char *message);
169 HRESULT SetFromLastError(const char *message, const FString &fileName);

Completed in 3 milliseconds