Searched refs:errorArcType (Results 1 – 3 of 3) sorted by relevance
30 …UpdateCallbackConsole::OpenResult(const wchar_t *name, HRESULT result, const wchar_t *errorArcType) in OpenResult() argument36 if (errorArcType) in OpenResult()37 (*OutStream) << " : can not open the file as [" << errorArcType << "] archive"; in OpenResult()
164 virtual HRESULT OpenResult(const wchar_t *name, HRESULT result, const wchar_t *errorArcType) x; \
1056 const wchar_t *errorArcType = NULL; in UpdateArchive() local1058 errorArcType = codecs->Formats[arcLink.NonOpen_ErrorInfo.ErrorFormatIndex].Name; in UpdateArchive()1059 RINOK(callback->OpenResult(arcPath, result, errorArcType)); in UpdateArchive()