Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dsquashfs_filesystem.h50 uint16_t compression_type; member
Dsquashfs_filesystem.cc62 memcpy(&header->compression_type, blob.data() + 20, 2); in ReadSquashfsHeader()
101 bool is_zlib = header.compression_type == kSquashfsZlibCompression; in Init()
Dsquashfs_filesystem_unittest.cc66 .compression_type = 1, // For gzip. in GetSimpleHeader()
/system/tools/mkbootimg/
Drepack_bootimg.py105 for compression_type, compression_util in [
119 self._ramdisk_format = compression_type