Searched defs:crc_out (Results 1 - 1 of 1) sorted by relevance

/system/core/libziparchive/
H A Dzip_archive.cc883 Writer* writer, uint64_t* crc_out) {
969 *crc_out = zstream.adler;
981 uint64_t *crc_out) {
1006 *crc_out = crc;
882 InflateEntryToWriter(int fd, const ZipEntry* entry, Writer* writer, uint64_t* crc_out) argument
980 CopyEntryToWriter(int fd, const ZipEntry* entry, Writer* writer, uint64_t *crc_out) argument

Completed in 1226 milliseconds