Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.cc1116 HashCalculator source_hasher; in PerformSourceCopyOperation() local
1143 TEST_AND_RETURN_FALSE(source_hasher.Update(buf.data(), buf.size())); in PerformSourceCopyOperation()
1147 TEST_AND_RETURN_FALSE(source_hasher.Finalize()); in PerformSourceCopyOperation()
1149 ValidateSourceHash(source_hasher.raw_hash(), operation, error)); in PerformSourceCopyOperation()
1231 HashCalculator source_hasher; in PerformSourceBsdiffOperation() local
1245 TEST_AND_RETURN_FALSE(source_hasher.Update(buf.data(), bytes_to_read)); in PerformSourceBsdiffOperation()
1248 TEST_AND_RETURN_FALSE(source_hasher.Finalize()); in PerformSourceBsdiffOperation()
1250 ValidateSourceHash(source_hasher.raw_hash(), operation, error)); in PerformSourceBsdiffOperation()