Searched refs:compressed_length (Results 1 - 7 of 7) sorted by relevance

/system/core/include/ziparchive/
H A Dzip_archive.h91 uint32_t compressed_length; member in struct:ZipEntry
/system/core/libziparchive/
H A Dzip_archive.cc491 entry->compressed_length = descriptor->compressed_size;
548 data->compressed_length = cdr->compressed_size;
579 if (data->compressed_length != lfh->compressed_size
584 data->compressed_length, data->uncompressed_length, data->crc32,
626 if (static_cast<off64_t>(data_offset + data->compressed_length) > cd_offset) {
628 static_cast<int64_t>(data_offset), data->compressed_length, static_cast<int64_t>(cd_offset));
927 uint32_t compressed_length = entry->compressed_length; local
931 const size_t getSize = (compressed_length > kBufSize) ? kBufSize : compressed_length;
[all...]
H A Dzip_writer_test.cc62 EXPECT_EQ(strlen(expected), data.compressed_length);
102 EXPECT_EQ(2u, data.compressed_length);
111 EXPECT_EQ(3u, data.compressed_length);
120 EXPECT_EQ(0u, data.compressed_length);
H A Dzip_archive_stream_entry.cc173 compressed_length_ = entry.compressed_length;
266 length_ = entry.compressed_length;
H A Dzip_archive_test.cc274 ASSERT_EQ(static_cast<uint32_t>(13), data.compressed_length);
509 read_data->resize(entry->compressed_length);
/system/extras/simpleperf/
H A Dread_apk.cpp133 if (zentry.method != kCompressStored || zentry.compressed_length != zentry.uncompressed_length) {
/system/core/libbacktrace/
H A DBacktraceOffline.cpp706 if (zentry.method != kCompressStored || zentry.compressed_length != zentry.uncompressed_length) {

Completed in 129 milliseconds