Home
last modified time | relevance | path

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

/system/libziparchive/include/ziparchive/
Dzip_archive_stream_entry.h45 uint32_t crc32_ = 0u; variable
/system/libziparchive/
Dzip_archive_stream_entry.cc42 crc32_ = entry.crc32; in Init()
115 return length_ == 0 && crc32_ == computed_crc32_; in Verify()
199 crc32_ == computed_crc32_; in Verify()