Home
last modified time | relevance | path

Searched refs:compression_method (Results 1 – 4 of 4) sorted by relevance

/system/core/libziparchive/
Dzip_writer.cc193 dst->compression_method = src.compression_method; in CopyFromFileEntry()
224 file_entry.compression_method = kCompressDeflated; in StartAlignedEntryWithTime()
231 file_entry.compression_method = kCompressStored; in StartAlignedEntryWithTime()
327 if (current_file_entry_.compression_method & kCompressDeflated) { in WriteBytes()
430 if (current_file_entry_.compression_method & kCompressDeflated) { in FinishEntry()
437 if ((current_file_entry_.compression_method & kCompressDeflated) || !seekable_) { in FinishEntry()
485 if ((file.compression_method & kCompressDeflated) || !seekable_) { in Finish()
488 cdr.compression_method = file.compression_method; in Finish()
Dzip_archive_common.h87 uint16_t compression_method; member
138 uint16_t compression_method; member
Dzip_archive.cc578 data->method = cdr->compression_method; in FindEntry()
/system/core/libziparchive/include/ziparchive/
Dzip_writer.h73 uint16_t compression_method; member