Home
last modified time | relevance | path

Searched refs:errorArcType (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp30 …UpdateCallbackConsole::OpenResult(const wchar_t *name, HRESULT result, const wchar_t *errorArcType) in OpenResult() argument
36 if (errorArcType) in OpenResult()
37 (*OutStream) << " : can not open the file as [" << errorArcType << "] archive"; in OpenResult()
/external/lzma/CPP/7zip/UI/Common/
DUpdate.h164 virtual HRESULT OpenResult(const wchar_t *name, HRESULT result, const wchar_t *errorArcType) x; \
DUpdate.cpp1056 const wchar_t *errorArcType = NULL; in UpdateArchive() local
1058 errorArcType = codecs->Formats[arcLink.NonOpen_ErrorInfo.ErrorFormatIndex].Name; in UpdateArchive()
1059 RINOK(callback->OpenResult(arcPath, result, errorArcType)); in UpdateArchive()