Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.cc207 if (partition.source_hash.empty()) { in FinishPartitionHashing()
221 if (partition.source_hash != hasher_->raw_hash()) { in FinishPartitionHashing()
236 << Base64Encode(partition.source_hash) << " ."; in FinishPartitionHashing()
Dinstall_plan.cc121 source_hash == that.source_hash && in operator ==()
Ddelta_performer.cc812 install_part.source_hash.assign(info.hash().begin(), info.hash().end()); in ParseManifestPartitions()
1028 brillo::Blob source_hash; in PerformSourceCopyOperation() local
1034 &source_hash)); in PerformSourceCopyOperation()
1038 ValidateSourceHash(source_hash, operation, source_fd_, error)); in PerformSourceCopyOperation()
1187 brillo::Blob source_hash; in PerformSourceBsdiffOperation() local
1189 source_fd_, operation.src_extents(), block_size_, &source_hash)); in PerformSourceBsdiffOperation()
1191 ValidateSourceHash(source_hash, operation, source_fd_, error)); in PerformSourceBsdiffOperation()
1304 brillo::Blob source_hash; in PerformPuffDiffOperation() local
1306 source_fd_, operation.src_extents(), block_size_, &source_hash)); in PerformPuffDiffOperation()
1308 ValidateSourceHash(source_hash, operation, source_fd_, error)); in PerformPuffDiffOperation()
Dinstall_plan.h99 brillo::Blob source_hash; member
Dfilesystem_verifier_action_unittest.cc161 if (!HashCalculator::RawHashOfData(a_loop_data, &part.source_hash)) { in DoTest()
Ddelta_performer_integration_test.cc761 &root_part.source_hash)); in ApplyDeltaFile()
764 &kernel_part.source_hash)); in ApplyDeltaFile()
/system/update_engine/
Dupdate_attempter_android.cc411 brillo::Blob source_hash; in VerifyPayloadApplicable() local
415 &source_hash)) { in VerifyPayloadApplicable()
420 source_hash, operation, fd, &errorcode)) { in VerifyPayloadApplicable()