Home
last modified time | relevance | path

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

/aosp14/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()