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

/system/core/libsparse/
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 Dsparse_format.h28 __le32 total_blks; /* total blocks in the non-sparse output image */ member in struct:sparse_header
H A Dsparse_read.c352 if (sparse_header.total_blks != cur_block) {
454 len = (int64_t)sparse_header.total_blks * sparse_header.blk_sz;
H A Doutput_file.c591 .total_blks = out->len / out->block_size,

Completed in 594 milliseconds