Lines Matching refs:errorInfo
525 CUpdateErrorInfo &errorInfo, in Compress() argument
819 return errorInfo.SetFromLastError("cannot open file", realPath); in Compress()
853 return errorInfo.SetFromLastError("cannot open SFX module", options.SfxModule); in Compress()
865 return errorInfo.SetFromLastError("cannot open file", realPath); in Compress()
910 errorInfo.Message = "There are unclosed input file:"; in Compress()
911 errorInfo.FileNames = updateCallbackSpec->_openFiles_Paths; in Compress()
1054 CUpdateErrorInfo &errorInfo, in UpdateArchive() argument
1099 errorInfo.Message = "SFX file is not specified"; in UpdateArchive()
1115 return errorInfo.SetFromLastError("cannot find specified SFX module", options.SfxModule); in UpdateArchive()
1166 errorInfo.SystemError = ERROR_ACCESS_DENIED; in UpdateArchive()
1167 errorInfo.Message = "The file is read-only"; in UpdateArchive()
1168 errorInfo.FileNames.Add(us2fs(arcPath)); in UpdateArchive()
1169 return errorInfo.Get_HRESULT_Error(); in UpdateArchive()
1174 errorInfo.FileNames.Add(us2fs(arcPath)); in UpdateArchive()
1175 errorInfo.SystemError = (DWORD)E_NOTIMPL; in UpdateArchive()
1176 errorInfo.Message = kUpdateIsNotSupoorted_MultiVol; in UpdateArchive()
1214 errorInfo.SystemError = (DWORD)E_NOTIMPL; in UpdateArchive()
1215 errorInfo.Message = kUpdateIsNotSupoorted_MultiVol; in UpdateArchive()
1225 errorInfo.SystemError = (DWORD)E_NOTIMPL; in UpdateArchive()
1226 errorInfo.Message = "There is some data block after the end of the archive"; in UpdateArchive()
1301 errorInfo.Message = "Scanning error"; in UpdateArchive()
1420 errorInfo.SystemError = ERROR_FILE_EXISTS; in UpdateArchive()
1421 errorInfo.Message = "The file already exists"; in UpdateArchive()
1422 errorInfo.FileNames.Add(path); in UpdateArchive()
1423 return errorInfo.Get_HRESULT_Error(); in UpdateArchive()
1497 errorInfo, callback, st)); in UpdateArchive()
1522 return errorInfo.SetFromLastError("cannot delete the file", us2fs(arcPath)); in UpdateArchive()
1527 errorInfo.SetFromLastError("cannot move the file", tempPath); in UpdateArchive()
1528 errorInfo.FileNames.Add(us2fs(arcPath)); in UpdateArchive()
1529 return errorInfo.Get_HRESULT_Error(); in UpdateArchive()
1555 errorInfo.SetFromLastError("cannot load Mapi32.dll"); in UpdateArchive()
1556 return errorInfo.Get_HRESULT_Error(); in UpdateArchive()
1571 errorInfo.SetFromLastError("7-Zip cannot find MAPISendMail function"); in UpdateArchive()
1572 return errorInfo.Get_HRESULT_Error();; in UpdateArchive()
1584 return errorInfo.SetFromLastError("GetFullPathName error", finalPath); in UpdateArchive()