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

  /system/core/include/ziparchive/
zip_archive.h 65 uint32_t compressed_length; member in struct:ZipEntry
  /system/core/libziparchive/
zip_archive.cc 728 entry->compressed_length = descriptor->compressed_size;
792 data->compressed_length = cdr->compressed_size;
824 if (data->compressed_length != lfh->compressed_size
829 data->compressed_length, data->uncompressed_length, data->crc32,
874 if ((off64_t)(data_offset + data->compressed_length) > cd_offset) {
876 (int64_t)data_offset, data->compressed_length, (int64_t)cd_offset);
1014 uint32_t compressed_length = entry->compressed_length; local
    [all...]
zip_archive_test.cc 117 ASSERT_EQ(static_cast<uint32_t>(13), data.compressed_length);
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 117 *pCompLen = ze.compressed_length;
203 actualLen = ze.compressed_length;
  /external/chromium_org/third_party/brotli/src/woff2/
woff2_dec.cc 761 uint32_t compressed_length; local
762 if (!file.ReadU32(&compressed_length)) {
784 table->src_length = (i == 0 ? compressed_length : 0);
859 src_buf, compressed_length)) {
  /external/chromium_org/third_party/ots/src/
woff2.cc 897 uint32_t compressed_length; local
898 if (!file.ReadU32(&compressed_length)) {
919 table->src_length = (i == 0 ? compressed_length : 0);
1006 src_buf, compressed_length, compression_type)) {
    [all...]
  /libcore/luni/src/main/native/
java_util_jar_StrictJarFile.cpp 67 static_cast<jlong>(entry.compressed_length),

Completed in 155 milliseconds