Searched refs:total_blks (Results 1 - 5 of 5) sorted by relevance

/system/extras/ext4_utils/
H A Dsparse_format.h24 __le32 total_blks; /* total blocks in the non-sparse output image */ member in struct:sparse_header
H A Dsimg_dump.py64 total_blks = header[6]
86 % (path, total_blks, blk_sz, total_chunks))
157 if total_blks != offset:
159 % (total_blks, offset))
H A Dsimg2img.c306 if (sparse_header.total_blks != total_blocks) {
308 total_blocks, sparse_header.total_blks);
H A Doutput_file.c151 .total_blks = 0,
397 sparse_header.total_blks = info.len / info.block_size,
H A Dimg2simg.c274 /* The total_blks will be set in the file loop below. */
307 file_hdr.sparse_hdr.total_blks = my_htole32(s

Completed in 1668 milliseconds