Searched refs:source_hash (Results 1 – 7 of 7) sorted by relevance
/system/update_engine/payload_consumer/ |
D | filesystem_verifier_action.cc | 207 if (partition.source_hash.empty()) { in FinishPartitionHashing() 221 if (partition.source_hash != hasher_->raw_hash()) { in FinishPartitionHashing() 236 << Base64Encode(partition.source_hash) << " ."; in FinishPartitionHashing()
|
D | install_plan.cc | 121 source_hash == that.source_hash && in operator ==()
|
D | delta_performer.cc | 812 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()
|
D | install_plan.h | 99 brillo::Blob source_hash; member
|
D | filesystem_verifier_action_unittest.cc | 161 if (!HashCalculator::RawHashOfData(a_loop_data, &part.source_hash)) { in DoTest()
|
D | delta_performer_integration_test.cc | 761 &root_part.source_hash)); in ApplyDeltaFile() 764 &kernel_part.source_hash)); in ApplyDeltaFile()
|
/system/update_engine/ |
D | update_attempter_android.cc | 411 brillo::Blob source_hash; in VerifyPayloadApplicable() local 415 &source_hash)) { in VerifyPayloadApplicable() 420 source_hash, operation, fd, &errorcode)) { in VerifyPayloadApplicable()
|