Searched refs:uncompressed_length (Results 1 - 9 of 9) sorted by relevance

/system/extras/simpleperf/
H A Dread_apk.cpp82 file_offset < static_cast<uint64_t>(zentry.offset + zentry.uncompressed_length)) {
109 zentry.uncompressed_length));
133 if (zentry.method != kCompressStored || zentry.compressed_length != zentry.uncompressed_length) {
138 zentry.uncompressed_length));
H A Dgtest_main.cpp85 std::vector<uint8_t> data(entry.uncompressed_length);
/system/core/libziparchive/
H A Dzip_writer_test.cc63 EXPECT_EQ(strlen(expected), data.uncompressed_length);
103 EXPECT_EQ(2u, data.uncompressed_length);
112 EXPECT_EQ(3u, data.uncompressed_length);
121 EXPECT_EQ(0u, data.uncompressed_length);
267 EXPECT_EQ(4u, data.uncompressed_length);
305 EXPECT_EQ(kBufSize, data.uncompressed_length);
H A Dzip_archive.cc518 entry->uncompressed_length = descriptor->uncompressed_size;
575 data->uncompressed_length = cdr->uncompressed_size;
606 || data->uncompressed_length != lfh->uncompressed_size
610 data->compressed_length, data->uncompressed_length, data->crc32,
659 static_cast<off64_t>(data_offset + data->uncompressed_length) > cd_offset) {
661 static_cast<int64_t>(data_offset), data->uncompressed_length,
833 const uint32_t declared_length = entry->uncompressed_length;
951 const uint32_t uncompressed_length = entry->uncompressed_length; local
997 if (zstream.total_out != uncompressed_length || compressed_lengt
[all...]
H A Dzip_archive_test.cc273 ASSERT_EQ(static_cast<uint32_t>(17), data.uncompressed_length);
311 const uint32_t a_size = data.uncompressed_length;
322 const uint32_t b_size = data.uncompressed_length;
390 ASSERT_EQ(static_cast<uint32_t>(0), entry.uncompressed_length);
416 ASSERT_EQ(kAbUncompressedSize, entry.uncompressed_length);
486 std::vector<uint8_t> uncompressed_data(entry.uncompressed_length);
488 entry.uncompressed_length));
507 read_data->resize(entry->uncompressed_length);
513 read_data->resize(entry->uncompressed_length);
552 std::vector<uint8_t> cmp_data(entry.uncompressed_length);
[all...]
H A Dzip_archive_stream_entry.cc73 length_ = entry.uncompressed_length;
172 uncompressed_length_ = entry.uncompressed_length;
/system/core/include/ziparchive/
H A Dzip_archive.h96 uint32_t uncompressed_length; member in struct:ZipEntry
195 * |entry->uncompressed_length| bytes will be written to the file at
/system/core/fastboot/
H A Dfastboot.cpp494 *sz = zip_entry.uncompressed_length;
496 uint8_t* data = reinterpret_cast<uint8_t*>(malloc(zip_entry.uncompressed_length));
502 int error = ExtractToMemory(zip, &zip_entry, data, zip_entry.uncompressed_length);
/system/core/libbacktrace/
H A DBacktraceOffline.cpp706 if (zentry.method != kCompressStored || zentry.compressed_length != zentry.uncompressed_length) {
712 zentry.uncompressed_length,

Completed in 139 milliseconds