OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errorArcType
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp
30
HRESULT CUpdateCallbackConsole::OpenResult(const wchar_t *name, HRESULT result, const wchar_t *
errorArcType
)
36
if (
errorArcType
)
37
(*OutStream) << " : can not open the file as [" <<
errorArcType
<< "] archive";
/external/lzma/CPP/7zip/UI/Common/
Update.h
164
virtual HRESULT OpenResult(const wchar_t *name, HRESULT result, const wchar_t *
errorArcType
) x; \
Update.cpp
1056
const wchar_t *
errorArcType
= NULL;
1058
errorArcType
= codecs->Formats[arcLink.NonOpen_ErrorInfo.ErrorFormatIndex].Name;
1059
RINOK(callback->OpenResult(arcPath, result,
errorArcType
));
[
all
...]
Completed in 47 milliseconds