Home
last modified time | relevance | path

Searched refs:CommonError (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp179 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() function in CCallbackConsoleBase
203 CommonError(path, systemError, true); in ScanError_Base()
216 CommonError(path, systemError, true); in OpenFileError_Base()
227 CommonError(path, systemError, false); in ReadingFileError_Base() local
DUpdateCallbackConsole.h37 void CommonError(const FString &path, DWORD systemError, bool isWarning);