Searched refs:OpenTypeWarning (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/7zip/UI/Console/ |
D | ExtractCallbackConsole.h | 53 HRESULT OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType);
|
D | ExtractCallbackConsole.cpp | 363 HRESULT CExtractCallbackConsole::OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const … in OpenTypeWarning() function in CExtractCallbackConsole
|
/external/lzma/CPP/7zip/UI/Common/ |
D | IFileExtractCallback.h | 44 …virtual HRESULT OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorTy…
|
D | Extract.cpp | 415 RINOK(extractCallback->OpenTypeWarning(arc.Path, in Extract()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.h | 216 HRESULT OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType);
|
D | ExtractCallback.cpp | 467 HRESULT CExtractCallbackImp::OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wcha… in OpenTypeWarning() function in CExtractCallbackImp
|