Searched refs:GetCRC (Results 1 - 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
H A DOutStreamWithCRC.h33 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); } function in class:COutStreamWithCRC
H A DInStreamWithCRC.h34 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); } function in class:CSequentialInStreamWithCRC
62 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); } function in class:CInStreamWithCRC
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderInStream.cpp64 CRCs.Add(_inStreamWithHashSpec->GetCRC());
H A D7zFolderOutStream.cpp69 (fi.IsDir || !fi.CrcDefined || !_checkCrc || fi.Crc == _crcStreamSpec->GetCRC()) ?
H A D7zUpdate.cpp518 return (file.IsDir || !file.CrcDefined || file.Crc == _crcStreamSpec->GetCRC()) ? S_OK: S_FALSE;
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp430 CrcSum += _crcStreamSpec->GetCRC();

Completed in 89 milliseconds