Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_consumer/
H A Dfile_descriptor_utils.cc43 auto total_blocks = utils::BlocksInExtents(src_extents); in CommonHashExtents() local
/aosp12/system/update_engine/payload_generator/
H A Dmapfile_filesystem_unittest.cc47 void ExpectBlocksInRange(const vector<Extent>& extents, uint64_t total_blocks) { in ExpectBlocksInRange()
H A Dext2_filesystem_unittest.cc53 void ExpectBlocksInRange(const vector<Extent>& extents, uint64_t total_blocks) { in ExpectBlocksInRange()
H A Dsquashfs_filesystem_unittest.cc54 void ExpectBlocksInRange(const vector<Extent>& extents, uint64_t total_blocks) { in ExpectBlocksInRange()
H A Ddelta_diff_utils.cc583 uint64_t total_blocks = utils::BlocksInExtents(new_extents); in DeltaReadFile() local
/aosp12/system/extras/f2fs_utils/
H A Df2fs_sparseblock.h59 uint64_t total_blocks; member
/aosp12/bionic/libc/kernel/uapi/linux/
H A Defs_fs_sb.h54 __u32 total_blocks; member
/aosp12/bootable/recovery/updater/include/private/
H A Dcommands.h443 size_t total_blocks() const { in total_blocks() function
/aosp12/system/vold/
H A DEncryptInplace.cpp106 uint64_t total_blocks, unsigned int block_size) { in InitFs()
/aosp12/system/nfc/src/nfc/tags/
H A 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
/aosp12/system/update_engine/scripts/update_payload/
H A Dchecker.py693 def _CheckLength(self, length, total_blocks, op_name, length_name): argument
/aosp12/bootable/recovery/updater/
H A Dblockimg.cpp1754 size_t total_blocks; in PerformBlockImageUpdate() local