Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_writer.cc189 dst->compression_method = src.compression_method; in CopyFromFileEntry()
220 file_entry.compression_method = kCompressDeflated; in StartAlignedEntryWithTime()
227 file_entry.compression_method = kCompressStored; in StartAlignedEntryWithTime()
324 if (current_file_entry_.compression_method & kCompressDeflated) { in WriteBytes()
427 if (current_file_entry_.compression_method & kCompressDeflated) { in FinishEntry()
434 if ((current_file_entry_.compression_method & kCompressDeflated) || !seekable_) { in FinishEntry()
482 if ((file.compression_method & kCompressDeflated) || !seekable_) { in Finish()
485 cdr.compression_method = file.compression_method; in Finish()
Dzip_archive_common.h86 uint16_t compression_method; member
136 uint16_t compression_method; member
Dzip_archive.cc547 data->method = cdr->compression_method; in FindEntry()
/system/core/include/ziparchive/
Dzip_writer.h72 uint16_t compression_method; member