Home
last modified time | relevance | path

Searched refs:kCompressStored (Results 1 – 8 of 8) sorted by relevance

/system/libziparchive/
Dzip_writer_test.cc64 EXPECT_EQ(kCompressStored, data.method); in TEST_F()
115 EXPECT_EQ(kCompressStored, data.method); in TEST_F()
148 EXPECT_EQ(kCompressStored, data.method); in TEST_F()
154 EXPECT_EQ(kCompressStored, data.method); in TEST_F()
160 EXPECT_EQ(kCompressStored, data.method); in TEST_F()
454 EXPECT_EQ(kCompressStored, data.method); in TEST_F()
Dzip_archive_stream_entry.cc299 if (entry.method != kCompressStored) { in Create()
315 if (entry.method == kCompressStored) { in CreateRaw()
Dzip_writer.cc45 kCompressStored = 0, // no compression enumerator
250 file_entry.compression_method = kCompressStored; in StartAlignedEntryWithTime()
Dziptool.cpp314 (entry.method == kCompressStored) ? "Stored" : "Defl:N", entry.compressed_length, in ListOne()
Dzip_archive.cc745 if (entry->method != kCompressStored) { in ValidateDataDescriptor()
1030 if (data->method == kCompressStored && data->uncompressed_length > cd_offset - data_offset) { in FindEntry()
1610 if (method == kCompressStored) { in extractToWriter()
Dzip_archive_test.cc654 if (entry->method == kCompressStored) { in ZipArchiveStreamTest()
/system/extras/simpleperf/
Dread_apk.cpp86 if (entry.method == kCompressStored && file_offset >= static_cast<uint64_t>(entry.offset) && in FindElfInApkByOffsetWithoutCache()
118 if (zentry.method != kCompressStored || zentry.compressed_length != zentry.uncompressed_length) { in FindElfInApkByNameWithoutCache()
/system/libziparchive/include/ziparchive/
Dzip_archive.h38 kCompressStored = 0, // no compression enumerator