Searched refs:SetExtractErrorMessage (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A 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 SetOperationResult() 395 SetExtractErrorMessage(opRes, encrypted, name, s);
in ReportExtractResult()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A 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 SetOperationResult()
|
H A D | UpdateCallbackConsole.cpp | 627 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &dest);
643 SetExtractErrorMessage(opRes, isEncrypted, s);
in ReportExtractResult()
|
Completed in 4 milliseconds