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.cc1045 HashCalculator source_hasher; in PerformSourceCopyOperation() local
1072 TEST_AND_RETURN_FALSE(source_hasher.Update(buf.data(), buf.size())); in PerformSourceCopyOperation()
1076 TEST_AND_RETURN_FALSE(source_hasher.Finalize()); in PerformSourceCopyOperation()
1078 ValidateSourceHash(source_hasher.raw_hash(), operation)); in PerformSourceCopyOperation()
1177 HashCalculator source_hasher; in PerformSourceBsdiffOperation() local
1191 TEST_AND_RETURN_FALSE(source_hasher.Update(buf.data(), bytes_to_read)); in PerformSourceBsdiffOperation()
1194 TEST_AND_RETURN_FALSE(source_hasher.Finalize()); in PerformSourceBsdiffOperation()
1196 ValidateSourceHash(source_hasher.raw_hash(), operation)); in PerformSourceBsdiffOperation()