Home
last modified time | relevance | path

Searched refs:GetCRC (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
DInStreamWithCRC.h34 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); } in GetCRC() function
62 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); } in GetCRC() function
DOutStreamWithCRC.h34 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); } in GetCRC() function
/external/lzma/CPP/7zip/Archive/7z/
D7zFolderInStream.cpp64 CRCs.Add(_inStreamWithHashSpec->GetCRC()); in AddDigest()
D7zFolderOutStream.cpp69 (fi.IsDir || !fi.CrcDefined || !_checkCrc || fi.Crc == _crcStreamSpec->GetCRC()) ? in CloseFileAndSetResult()
D7zUpdate.cpp579 return (file.IsDir || !file.CrcDefined || file.Crc == _crcStreamSpec->GetCRC()) ? S_OK: S_FALSE; in CloseFileAndSetResult()