Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A 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()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp184 auto hash_block_count = block_count; in verityTreeSizeForFile() local
185 for (auto i = 0; hash_block_count > 1; i++) { in verityTreeSizeForFile()
186 hash_block_count = (hash_block_count + hash_per_block - 1) / hash_per_block; in verityTreeSizeForFile()
187 total_tree_block_count += hash_block_count; in verityTreeSizeForFile()