Home
last modified time | relevance | path

Searched refs:total_chunks (Results 1 – 5 of 5) sorted by relevance

/aosp12/build/make/tools/releasetools/
H A Dsparse_img.py58 self.total_chunks = total_chunks = header[7]
74 blk_sz, total_chunks)
86 for i in range(total_chunks):
172 self.total_chunks += 1
175 f.write(struct.pack("<2I", self.total_blocks, self.total_chunks))
/aosp12/system/core/libsparse/
H A Dsimg_dump.py86 total_chunks = header[7]
107 % (path, total_blks, blk_sz, total_chunks))
124 for i in xrange(1, total_chunks + 1):
H A Dsparse_format.h33 __le32 total_chunks; /* total chunks in the sparse input image */ member
H A Doutput_file.cpp543 .total_chunks = static_cast<unsigned>(chunks), in output_file_init()
547 sparse_header.total_chunks++; in output_file_init()
H A Dsparse_read.cpp385 for (i = 0; i < sparse_header.total_chunks; i++) { in sparse_file_read_sparse()