Home
last modified time | relevance | path

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

/system/core/adb/fastdeploy/deploypatchgenerator/
Dapk_archive.cpp231 uint16_t compression_method; in ParseCentralDirectoryRecord() member
285 *dataSize = (cdr->compression_method == kCompressStored) ? cdr->uncompressed_size in ParseCentralDirectoryRecord()
309 uint16_t compression_method; in CalculateLocalFileEntrySize() member
400 localDataSize = (lfh->compression_method == kCompressStored) ? dd->uncompressed_size in CalculateLocalFileEntrySize()
404 localDataSize = (lfh->compression_method == kCompressStored) ? lfh->uncompressed_size in CalculateLocalFileEntrySize()
/system/libziparchive/
Dzip_writer.cc193 dst->compression_method = src.compression_method; in CopyFromFileEntry()
237 file_entry.compression_method = kCompressDeflated; in StartAlignedEntryWithTime()
244 file_entry.compression_method = kCompressStored; in StartAlignedEntryWithTime()
358 if (current_file_entry_.compression_method & kCompressDeflated) { in WriteBytes()
468 if (current_file_entry_.compression_method & kCompressDeflated) { in FinishEntry()
523 cdr.compression_method = file.compression_method; in Finish()
Dzip_archive_common.h89 uint16_t compression_method; member
140 uint16_t compression_method; member
Dzip_archive.cc698 data->method = cdr->compression_method; in FindEntry()
/system/libziparchive/include/ziparchive/
Dzip_writer.h75 uint16_t compression_method; member