Searched refs:kCompressStored (Results 1 – 8 of 8) sorted by relevance
80 if (zentry.method == kCompressStored && in FindElfInApkByOffsetWithoutCache()134 if (zentry.method != kCompressStored || zentry.compressed_length != zentry.uncompressed_length) { in FindElfInApkByName()
66 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()
282 if (entry.method != kCompressStored) { in Create()298 if (entry.method == kCompressStored) { in CreateRaw()
41 kCompressStored = 0, // no compression enumerator227 file_entry.compression_method = kCompressStored; in StartAlignedEntryWithTime()
642 if (data->method == kCompressStored && in FindEntry()1046 if (method == kCompressStored) { in ExtractToWriter()
545 if (entry->method == kCompressStored) { in ZipArchiveStreamTest()
31 kCompressStored = 0, // no compression enumerator
831 if (zentry.method != kCompressStored || zentry.compressed_length != zentry.uncompressed_length) { in OpenEmbeddedElfFile()