Home
last modified time | relevance | path

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

/system/dev/nand/nandpart/
A Dnandpart-utils.cpp70 uint64_t last_byte_offset = (part->last_block + 1) * pmap->block_size; in SanitizePartitionMap() local
73 fbl::round_down(last_byte_offset, erase_block_size) != last_byte_offset) { in SanitizePartitionMap()
79 part->last_block = (last_byte_offset >> block_shift) - 1; in SanitizePartitionMap()

Completed in 2 milliseconds