HomeSort by relevance Sort by last modified time
    Searched refs:total_blks (Results 1 - 3 of 3) sorted by null

  /system/extras/ext4_utils/
sparse_format.h 24 __le32 total_blks; /* total blocks in the non-sparse output image */ member in struct:sparse_header
simg2img.c 212 if (sparse_header.total_blks != total_blocks) {
214 total_blocks, sparse_header.total_blks);
output_file.c 142 .total_blks = 0,
315 sparse_header.total_blks = info.len / info.block_size,

Completed in 1178 milliseconds