Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp184 auto hash_block_count = block_count; in verityTreeSizeForFile() local
185 while (hash_block_count > 1) { 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()