HomeSort by relevance Sort by last modified time
    Searched refs:uncompressed_length (Results 1 - 24 of 24) sorted by null

  /frameworks/base/tools/aapt2/io/
ZipArchive.cpp 40 zip_entry_.uncompressed_length, true);
48 std::unique_ptr<uint8_t[]>(new uint8_t[zip_entry_.uncompressed_length]);
51 static_cast<uint32_t>(zip_entry_.uncompressed_length));
56 zip_entry_.uncompressed_length);
  /system/core/libziparchive/
unzip.cpp 140 uint8_t* buffer = new uint8_t[entry.uncompressed_length];
141 int err = ExtractToMemory(zah, &entry, buffer, entry.uncompressed_length);
145 if (!android::base::WriteFully(1, buffer, entry.uncompressed_length)) {
207 printf("%8d %s %7d %3d%% %s %08x %s\n", entry.uncompressed_length,
209 CompressionRatio(entry.uncompressed_length, entry.compressed_length), time, entry.crc32,
212 printf("%9d %s %s\n", entry.uncompressed_length, time, name.c_str());
228 total_uncompressed_length += entry.uncompressed_length;
zip_writer_test.cc 69 ASSERT_EQ(strlen(expected), data.uncompressed_length);
101 ASSERT_EQ(2u, data.uncompressed_length);
107 ASSERT_EQ(3u, data.uncompressed_length);
113 EXPECT_EQ(0u, data.uncompressed_length);
246 ASSERT_EQ(4u, data.uncompressed_length);
278 EXPECT_EQ(kBufSize, data.uncompressed_length);
384 if (expected.size() != zip_entry->uncompressed_length) {
386 << "uncompressed entry size " << zip_entry->uncompressed_length
zip_archive.cc 465 entry->uncompressed_length != descriptor->uncompressed_size ||
469 entry->compressed_length, entry->uncompressed_length, entry->crc32,
509 data->uncompressed_length = cdr->uncompressed_size;
561 data->uncompressed_length != lfh->uncompressed_size || data->crc32 != lfh->crc32) {
564 data->compressed_length, data->uncompressed_length, data->crc32, lfh->compressed_size,
618 static_cast<off64_t>(data_offset + data->uncompressed_length) > cd_offset) {
620 static_cast<int64_t>(data_offset), data->uncompressed_length,
786 const uint32_t declared_length = entry->uncompressed_length;
910 const uint32_t uncompressed_length = entry->uncompressed_length; local
    [all...]
zip_archive_test.cc 278 ASSERT_EQ(static_cast<uint32_t>(17), data.uncompressed_length);
316 const uint32_t a_size = data.uncompressed_length;
327 const uint32_t b_size = data.uncompressed_length;
384 ASSERT_EQ(static_cast<uint32_t>(0), entry.uncompressed_length);
409 ASSERT_EQ(kAbUncompressedSize, entry.uncompressed_length);
477 std::vector<uint8_t> uncompressed_data(entry.uncompressed_length);
479 android::base::ReadFully(tmp_file.fd, uncompressed_data.data(), entry.uncompressed_length));
522 read_data->resize(entry->uncompressed_length);
528 read_data->resize(entry->uncompressed_length);
568 std::vector<uint8_t> cmp_data(entry.uncompressed_length);
    [all...]
zip_archive_stream_entry.cc 76 length_ = entry.uncompressed_length;
175 uncompressed_length_ = entry.uncompressed_length;
  /system/extras/simpleperf/
read_apk.cpp 82 file_offset < static_cast<uint64_t>(zentry.offset + zentry.uncompressed_length)) {
110 zentry.uncompressed_length));
134 if (zentry.method != kCompressStored || zentry.compressed_length != zentry.uncompressed_length) {
139 zentry.uncompressed_length));
gtest_main.cpp 93 std::vector<uint8_t> data(entry.uncompressed_length);
  /bootable/recovery/updater/
updater.cpp 116 script.resize(script_entry.uncompressed_length);
118 script_entry.uncompressed_length);
install.cpp 454 << entry.uncompressed_length << " bytes) to \"" << dest_path
487 buffer.resize(entry.uncompressed_length);
    [all...]
  /frameworks/base/libs/androidfw/
ApkAssets.cpp 107 Asset::createFromCompressedMap(std::move(map), entry.uncompressed_length, mode);
116 entry.uncompressed_length, true /*readOnly*/)) {
ZipFileRO.cpp 111 *pUncompLen = ze.uncompressed_length;
206 actualLen = ze.uncompressed_length;
  /art/runtime/
zip_archive.cc 41 return zip_entry_->uncompressed_length;
113 } else if (zip_entry_->uncompressed_length != zip_entry_->compressed_length) {
118 zip_entry_->uncompressed_length,
  /bootable/recovery/
install.cpp 90 uint32_t length = entry.uncompressed_length;
224 uint32_t properties_entry_length = properties_entry.uncompressed_length;
498 std::string zip_content(compatibility_entry.uncompressed_length, '\0');
502 compatibility_entry.uncompressed_length)) != 0) {
529 std::string content(info_entry.uncompressed_length, '\0');
531 info_entry.uncompressed_length);
  /system/core/libziparchive/include/ziparchive/
zip_archive.h 100 uint32_t uncompressed_length; member in struct:ZipEntry
199 * |entry->uncompressed_length| bytes will be written to the file at
  /frameworks/base/core/jni/
android_util_jar_StrictJarFile.cpp 48 static_cast<jlong>(entry.uncompressed_length),
  /frameworks/base/libs/androidfw/tests/
TestHelpers.cpp 91 out_contents->resize(entry.uncompressed_length);
  /build/make/tools/ijar/
zip.cc 233 size_t uncompressed_length; member in struct:devtools_ijar::OutputZipFile::LocalFileEntry
788 entry->uncompressed_length = 0;
812 put_u4le(q, entry->uncompressed_length); // uncompressed_size
962 entries_.back()->uncompressed_length = filelength;
    [all...]
  /external/libpng/
pngrutil.c 2571 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; local
2682 png_alloc_size_t uncompressed_length = 0; local
    [all...]
  /external/pdfium/third_party/libpng16/
pngrutil.c 2569 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; local
2680 png_alloc_size_t uncompressed_length = 0; local
    [all...]
  /external/skia/third_party/libpng/
pngrutil.c 2569 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; local
2680 png_alloc_size_t uncompressed_length = 0; local
    [all...]
  /system/core/fastboot/
fastboot.cpp 496 *sz = zip_entry.uncompressed_length;
499 uint8_t* data = reinterpret_cast<uint8_t*>(malloc(zip_entry.uncompressed_length));
505 int error = ExtractToMemory(zip, &zip_entry, data, zip_entry.uncompressed_length);
629 zip_entry.uncompressed_length / 1024 / 1024);
    [all...]
  /system/core/libbacktrace/
BacktraceOffline.cpp 831 if (zentry.method != kCompressStored || zentry.compressed_length != zentry.uncompressed_length) {
837 zentry.uncompressed_length,
  /bootable/recovery/applypatch/
imgdiff.cpp 573 size_t uncompressed_len = temp_entries[nextentry].second.uncompressed_length;
    [all...]

Completed in 368 milliseconds