Home
last modified time | relevance | path

Searched defs:total_blocks (Results 1 – 9 of 9) sorted by relevance

/system/update_engine/payload_consumer/
Dfile_descriptor_utils.cc43 auto total_blocks = utils::BlocksInExtents(src_extents); in CommonHashExtents() local
/system/update_engine/payload_generator/
Dmapfile_filesystem_unittest.cc47 void ExpectBlocksInRange(const vector<Extent>& extents, uint64_t total_blocks) { in ExpectBlocksInRange()
Dext2_filesystem_unittest.cc53 void ExpectBlocksInRange(const vector<Extent>& extents, uint64_t total_blocks) { in ExpectBlocksInRange()
Dsquashfs_filesystem_unittest.cc54 void ExpectBlocksInRange(const vector<Extent>& extents, uint64_t total_blocks) { in ExpectBlocksInRange()
Ddelta_diff_utils.cc583 uint64_t total_blocks = utils::BlocksInExtents(new_extents); in DeltaReadFile() local
/system/extras/f2fs_utils/
Df2fs_sparseblock.h59 uint64_t total_blocks; member
/system/vold/
DEncryptInplace.cpp106 uint64_t total_blocks, unsigned int block_size) { in InitFs()
/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc1078 uint16_t total_blocks = p_cc[2] * 2 + T2T_FIRST_DATA_BLOCK; in rw_t2t_write_ndef_first_block() local
1175 uint16_t total_blocks = p_cc[2] * 2 + T2T_FIRST_DATA_BLOCK; in rw_t2t_write_ndef_next_block() local
/system/update_engine/scripts/update_payload/
Dchecker.py693 def _CheckLength(self, length, total_blocks, op_name, length_name): argument