Home
last modified time | relevance | path

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

/aosp_15_r20/system/update_engine/payload_consumer/
H A Dverity_writer_android.cc211 const uint64_t hash_tree_data_end = in Update() local
215 if (offset + size > hash_tree_data_end) { in Update()
220 << " hash_tree_data_end: " << hash_tree_data_end; in Update()
222 const uint64_t end_offset = std::min(offset + size, hash_tree_data_end); in Update()
227 if (end_offset == hash_tree_data_end) { in Update()
239 const auto hash_tree_data_end = in Finalize() local
241 if (total_offset_ < hash_tree_data_end) { in Finalize()
245 << hash_tree_data_end; in Finalize()
282 const auto hash_tree_data_end = in IncrementalFinalize() local
284 if (total_offset_ < hash_tree_data_end) { in IncrementalFinalize()
[all …]
H A Dinstall_plan.cc194 uint64_t hash_tree_data_end = hash_tree_data_offset + hash_tree_data_size; in ParseVerityConfig() local
195 if (hash_tree_offset < hash_tree_data_end) { in ParseVerityConfig()
197 << hash_tree_data_end << ", but hash tree starts at " in ParseVerityConfig()