Home
last modified time | relevance | path

Searched refs:systemError (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp56 HRESULT CCallbackConsoleBase::CanNotFindError_Base(const wchar_t *name, DWORD systemError) in CanNotFindError_Base() argument
59 CantFindCodes.Add(systemError); in CanNotFindError_Base()
69 m_PercentPrinter.PrintString(NError::MyFormatMessage(systemError)); in CanNotFindError_Base()
74 HRESULT CUpdateCallbackConsole::CanNotFindError(const wchar_t *name, DWORD systemError) in CanNotFindError() argument
76 return CanNotFindError_Base(name, systemError); in CanNotFindError()
185 HRESULT CUpdateCallbackConsole::OpenFileError(const wchar_t *name, DWORD systemError) in OpenFileError() argument
188 FailedCodes.Add(systemError); in OpenFileError()
197 m_PercentPrinter.PrintString(NError::MyFormatMessage(systemError)); in OpenFileError()
DMainAr.cpp71 catch(const CSystemException &systemError) in main() local
73 if (systemError.ErrorCode == E_OUTOFMEMORY) in main()
78 if (systemError.ErrorCode == E_ABORT) in main()
84 NError::MyFormatMessage(systemError.ErrorCode) << endl; in main()
DHashCon.cpp33 HRESULT CHashCallbackConsole::CanNotFindError(const wchar_t *name, DWORD systemError) in CanNotFindError() argument
35 return CanNotFindError_Base(name, systemError); in CanNotFindError()
136 HRESULT CHashCallbackConsole::OpenFileError(const wchar_t *name, DWORD systemError) in OpenFileError() argument
138 FailedCodes.Add(systemError); in OpenFileError()
144 m_PercentPrinter.PrintString(NWindows::NError::MyFormatMessage(systemError)); in OpenFileError()
DUpdateCallbackConsole.h19 HRESULT CanNotFindError_Base(const wchar_t *name, DWORD systemError);
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.h70 virtual HRESULT CanNotFindError(const wchar_t *name, DWORD systemError) x; \
78 virtual HRESULT OpenFileError(const wchar_t *name, DWORD systemError) x; \
DUpdateCallback.h22 virtual HRESULT OpenFileError(const wchar_t *name, DWORD systemError) x; \
DUpdate.h167 virtual HRESULT CanNotFindError(const wchar_t *name, DWORD systemError) x; \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp210 void CProgressSync::AddError_Code_Name(DWORD systemError, const wchar_t *name) in AddError_Code_Name() argument
212 UString s = NError::MyFormatMessage(systemError); in AddError_Code_Name()
213 if (systemError == 0) in AddError_Code_Name()
DProgressDialog2.h98 void AddError_Code_Name(DWORD systemError, const wchar_t *name);