Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dverity_writer_android.cc75 uint64_t hash_tree_data_end = in Update() local
78 uint64_t end_offset = std::min(offset + size, hash_tree_data_end); in Update()
83 if (end_offset == hash_tree_data_end) { in Update()
Ddelta_performer.cc890 uint64_t hash_tree_data_end = in ParseManifestPartitions() local
892 if (install_part.hash_tree_offset < hash_tree_data_end) { in ParseManifestPartitions()
894 << hash_tree_data_end << ", but hash tree starts at " in ParseManifestPartitions()