Searched refs:SetExtractErrorMessage (Results 1 – 3 of 3) sorted by relevance
| /third_party/lzma/CPP/7zip/UI/Console/ |
| D | ExtractCallbackConsole.cpp | 416 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &dest); 417 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &dest) in SetExtractErrorMessage() function 486 SetExtractErrorMessage(opRes, encrypted, s); in Z7_COM7F_IMF()
|
| D | UpdateCallbackConsole.cpp | 627 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &dest); 643 SetExtractErrorMessage(opRes, isEncrypted, s); in ReportExtractResult()
|
| /third_party/lzma/CPP/7zip/UI/FileManager/ |
| D | ExtractCallback.cpp | 265 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, const wchar_t *fileName, UString &s); 266 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, const wchar_t *fileName, UString &s) in SetExtractErrorMessage() function 373 SetExtractErrorMessage(opRes, encrypted, _currentFilePath, s); in Z7_COM7F_IMF() 395 SetExtractErrorMessage(opRes, encrypted, name, s); in Z7_COM7F_IMF()
|