Searched refs:SetExtractErrorMessage (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/ |
H A D | ExtractEngine.cpp | 168 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &s); 169 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &s) in SetExtractErrorMessage() function 238 SetExtractErrorMessage(opRes, encrypted, s); in Z7_COM7F_IMF() 254 SetExtractErrorMessage(opRes, encrypted, s); in Z7_COM7F_IMF()
|
H A D | UpdateCallbackFar.cpp | 164 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &s); 173 SetExtractErrorMessage(opRes, isEncrypted, s); in Z7_COM7F_IMF()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | UpdateCallback100.cpp | 61 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, const wchar_t *fileName, UString &s); 68 SetExtractErrorMessage(opRes, isEncrypted, name, s); in Z7_COM7F_IMF()
|
H A D | ExtractCallback.cpp | 276 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, const wchar_t *fileName, UString &s); 277 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, const wchar_t *fileName, UString &s) in SetExtractErrorMessage() function 384 SetExtractErrorMessage(opRes, encrypted, _currentFilePath, s); in Z7_COM7F_IMF() 406 SetExtractErrorMessage(opRes, encrypted, name, s); in Z7_COM7F_IMF()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/ |
H A D | UpdateCallbackGUI.cpp | 146 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, const wchar_t *fileName, UString &s); 153 SetExtractErrorMessage(opRes, isEncrypted, name, s); in ReportExtractResult()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/ |
H A D | ExtractCallbackConsole.cpp | 417 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &dest); 418 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &dest) in SetExtractErrorMessage() function 488 SetExtractErrorMessage(opRes, encrypted, s); in Z7_COM7F_IMF()
|
H A D | UpdateCallbackConsole.cpp | 740 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &dest); 756 SetExtractErrorMessage(opRes, isEncrypted, s); in ReportExtractResult()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Agent/ |
H A D | UpdateCallbackAgent.cpp | 136 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, const wchar_t *fileName, UString &s);
|