Searched defs:SparseHeader (Results 1 – 2 of 2) sorted by relevance
| /external/cronet/net/disk_cache/blockfile/ |
| D | disk_format_base.h | 103 struct SparseHeader { struct 112 // The SparseHeader will be followed by a bitmap, as described by this argument
|
| /external/crosvm/disk/src/ |
| D | android_sparse.rs | 60 struct SparseHeader { struct 61 magic: Le32, // SPARSE_HEADER_MAGIC 62 major_version: Le16, // (0x1) - reject images with higher major versions 63 minor_version: Le16, // (0x0) - allow images with higer minor versions 64 file_hdr_sz: Le16, // 28 bytes for first revision of the file format 65 chunk_hdr_size: Le16, // 12 bytes for first revision of the file format 66 blk_sz: Le32, // block size in bytes, must be a multiple of 4 (4096) 67 total_blks: Le32, // total blocks in the non-sparse output image 68 total_chunks: Le32, // total chunks in the sparse input image 71 image_checksum: Le32,
|