Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_consumer/
H A Dverity_writer_android.cc80 const uint64_t hash_tree_data_end = in Update() local
84 if (offset + size > hash_tree_data_end) { in Update()
89 << " hash_tree_data_end: " << hash_tree_data_end; in Update()
91 const uint64_t end_offset = std::min(offset + size, hash_tree_data_end); in Update()
96 if (end_offset == hash_tree_data_end) { in Update()
109 const auto hash_tree_data_end = in Finalize() local
111 if (total_offset_ < hash_tree_data_end) { in Finalize()
115 << hash_tree_data_end; in Finalize()
H A Ddelta_performer.cc729 uint64_t hash_tree_data_end = in ParseManifestPartitions() local
731 if (install_part.hash_tree_offset < hash_tree_data_end) { in ParseManifestPartitions()
733 << hash_tree_data_end << ", but hash tree starts at " in ParseManifestPartitions()