Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_writer_test.cc66 EXPECT_EQ(kCompressStored, data.method); in TEST_F()
99 EXPECT_EQ(kCompressStored, data.method); in TEST_F()
105 EXPECT_EQ(kCompressStored, data.method); in TEST_F()
111 EXPECT_EQ(kCompressStored, data.method); in TEST_F()
370 EXPECT_EQ(kCompressStored, data.method); in TEST_F()
Dzip_archive_stream_entry.cc296 if (entry.method != kCompressStored) { in Create()
312 if (entry.method == kCompressStored) { in CreateRaw()
Dzip_writer.cc43 kCompressStored = 0, // no compression enumerator
244 file_entry.compression_method = kCompressStored; in StartAlignedEntryWithTime()
Dziptool.cpp314 (entry.method == kCompressStored) ? "Stored" : "Defl:N", entry.compressed_length, in ListOne()
Dzip_archive.cc675 if (entry->method != kCompressStored) { in ValidateDataDescriptor()
938 if (data->method == kCompressStored && data->uncompressed_length > cd_offset - data_offset) { in FindEntry()
1434 if (method == kCompressStored) { in extractToWriter()
Dzip_archive_test.cc640 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.h36 kCompressStored = 0, // no compression enumerator