Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.cc858 install_part.source_hash.assign(info.hash().begin(), info.hash().end()); in ParseManifestPartitions()
1125 brillo::Blob source_hash; in PerformSourceCopyOperation() local
1138 source_fd_, operation.src_extents(), block_size_, &source_hash) && in PerformSourceCopyOperation()
1151 &source_hash); in PerformSourceCopyOperation()
1153 if (read_ok && expected_source_hash == source_hash) in PerformSourceCopyOperation()
1160 return ValidateSourceHash(source_hash, operation, source_fd_, error); in PerformSourceCopyOperation()
1164 << base::HexEncode(source_hash.data(), source_hash.size()) in PerformSourceCopyOperation()
1171 source_ecc_fd_, operation.src_extents(), block_size_, &source_hash)); in PerformSourceCopyOperation()
1186 &source_hash)); in PerformSourceCopyOperation()
1189 ValidateSourceHash(source_hash, operation, source_ecc_fd_, error)); in PerformSourceCopyOperation()
[all …]
Dfilesystem_verifier_action.cc274 if (partition.source_hash.empty()) { in FinishPartitionHashing()
289 if (partition.source_hash != hasher_->raw_hash()) { in FinishPartitionHashing()
304 << Base64Encode(partition.source_hash) << " ."; in FinishPartitionHashing()
Dinstall_plan.cc139 source_size == that.source_size && source_hash == that.source_hash && in operator ==()
Dinstall_plan.h101 brillo::Blob source_hash; member
Dfilesystem_verifier_action_unittest.cc135 if (!HashCalculator::RawHashOfData(a_loop_data, &part.source_hash)) { in DoTest()
Ddelta_performer_integration_test.cc800 state->a_img, state->image_size, &root_part.source_hash)); in ApplyDeltaFile()
802 &kernel_part.source_hash)); in ApplyDeltaFile()
/system/update_engine/
Dupdate_attempter_android.cc502 brillo::Blob source_hash; in VerifyPayloadApplicable() local
506 &source_hash)) { in VerifyPayloadApplicable()
511 source_hash, operation, fd, &errorcode)) { in VerifyPayloadApplicable()