Home
last modified time | relevance | path

Searched refs:target_hash (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/payload_consumer/
Dinstall_plan.cc141 target_hash == that.target_hash && in operator ==()
Dfilesystem_verifier_action_unittest.cc129 if (!HashCalculator::RawHashOfData(a_loop_data, &part.target_hash)) { in DoTest()
313 part.target_hash = {0x28, 0xd4, 0x96, 0x75, 0x4c, 0xf5, 0x8a, 0x3e, in TEST_F()
368 EXPECT_TRUE(HashCalculator::RawHashOfData(part_data, &part.target_hash)); in TEST_F()
Dinstall_plan.h105 brillo::Blob target_hash; member
Dfilesystem_verifier_action.cc271 if (partition.target_hash != hasher_->raw_hash()) { in FinishPartitionHashing()
Ddelta_performer_integration_test.cc913 EXPECT_EQ(expected_new_kernel_hash, partitions[1].target_hash); in VerifyPayloadResult()
920 EXPECT_EQ(expected_new_rootfs_hash, partitions[0].target_hash); in VerifyPayloadResult()
Ddelta_performer.cc869 install_part.target_hash.assign(info.hash().begin(), info.hash().end()); in ParseManifestPartitions()