HomeSort by relevance Sort by last modified time
    Searched defs:compressed_length (Results 1 - 2 of 2) sorted by null

  /system/core/libziparchive/include/ziparchive/
zip_archive.h 95 uint32_t compressed_length; member in struct:ZipEntry
262 * Inflates the first |compressed_length| bytes of |reader| to a given |writer|.
272 int32_t Inflate(const Reader& reader, const uint32_t compressed_length,
  /system/core/libziparchive/
zip_archive_test.cc 202 ASSERT_EQ(static_cast<uint32_t>(13), data.compressed_length);
447 read_data->resize(entry->compressed_length);
742 const uint32_t compressed_length = kATxtContentsCompressed.size(); local
751 zip_archive::Inflate(reader, compressed_length, uncompressed_length, &writer, &crc_out);
760 zip_archive::Inflate(reader, compressed_length, uncompressed_length, &writer, nullptr);
768 zip_archive::Inflate(reader, compressed_length, uncompressed_length, &writer, nullptr);
776 zip_archive::Inflate(reader, compressed_length, uncompressed_length, &writer, nullptr);

Completed in 60 milliseconds