Searched refs:source_hash (Results 1 – 7 of 7) sorted by relevance
/system/update_engine/payload_consumer/ |
D | delta_performer.cc | 858 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 …]
|
D | filesystem_verifier_action.cc | 274 if (partition.source_hash.empty()) { in FinishPartitionHashing() 289 if (partition.source_hash != hasher_->raw_hash()) { in FinishPartitionHashing() 304 << Base64Encode(partition.source_hash) << " ."; in FinishPartitionHashing()
|
D | install_plan.cc | 139 source_size == that.source_size && source_hash == that.source_hash && in operator ==()
|
D | install_plan.h | 101 brillo::Blob source_hash; member
|
D | filesystem_verifier_action_unittest.cc | 135 if (!HashCalculator::RawHashOfData(a_loop_data, &part.source_hash)) { in DoTest()
|
D | delta_performer_integration_test.cc | 800 state->a_img, state->image_size, &root_part.source_hash)); in ApplyDeltaFile() 802 &kernel_part.source_hash)); in ApplyDeltaFile()
|
/system/update_engine/ |
D | update_attempter_android.cc | 502 brillo::Blob source_hash; in VerifyPayloadApplicable() local 506 &source_hash)) { in VerifyPayloadApplicable() 511 source_hash, operation, fd, &errorcode)) { in VerifyPayloadApplicable()
|