Home
last modified time | relevance | path

Searched defs:ShowSysErrorMessage (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/
H A DFarUtils.h192 inline int ShowSysErrorMessage(HRESULT errorCode) in ShowSysErrorMessage() function
194 inline int ShowSysErrorMessage(HRESULT errorCode, const wchar_t *name) in ShowSysErrorMessage() function
H A DFarUtils.cpp475 int ShowSysErrorMessage(DWORD errorCode) in ShowSysErrorMessage() function
486 int ShowSysErrorMessage(DWORD errorCode, const wchar_t *name) in ShowSysErrorMessage() function
/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/
H A DGUI.cpp123 static int ShowSysErrorMessage(HRESULT errorCode) in ShowSysErrorMessage() function