Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dincremental_utils.cpp54 auto hash_block_count = block_count; in verity_tree_blocks_for_file() local
55 for (auto i = 0; hash_block_count > 1; i++) { in verity_tree_blocks_for_file()
56 hash_block_count = (hash_block_count + hash_per_block - 1) / hash_per_block; in verity_tree_blocks_for_file()
57 total_tree_block_count += hash_block_count; in verity_tree_blocks_for_file()