Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dfile_descriptor_utils.cc53 HashCalculator source_hasher; in CommonHashExtents() local
59 source_hasher.Update(buf.data(), read_blocks * block_size)); in CommonHashExtents()
69 TEST_AND_RETURN_FALSE(source_hasher.Finalize()); in CommonHashExtents()
70 *hash_out = source_hasher.raw_hash(); in CommonHashExtents()