Searched refs:CommonError (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.cpp | 179 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
|
D | UpdateCallbackConsole.h | 37 void CommonError(const FString &path, DWORD systemError, bool isWarning);
|