Searched refs:target_hash (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/payload_consumer/ |
D | install_plan.cc | 127 target_hash == that.target_hash && in operator ==()
|
D | filesystem_verifier_action_unittest.cc | 127 if (!HashCalculator::RawHashOfData(a_loop_data, &part.target_hash)) { in DoTest() 309 part.target_hash = {0x28, 0xd4, 0x96, 0x75, 0x4c, 0xf5, 0x8a, 0x3e, in TEST_F() 364 EXPECT_TRUE(HashCalculator::RawHashOfData(part_data, &part.target_hash)); in TEST_F()
|
D | install_plan.h | 103 brillo::Blob target_hash; member
|
D | filesystem_verifier_action.cc | 242 if (partition.target_hash != hasher_->raw_hash()) { in FinishPartitionHashing()
|
D | delta_performer_integration_test.cc | 869 EXPECT_EQ(expected_new_kernel_hash, partitions[1].target_hash); in VerifyPayloadResult() 876 EXPECT_EQ(expected_new_rootfs_hash, partitions[0].target_hash); in VerifyPayloadResult()
|
D | delta_performer.cc | 881 install_part.target_hash.assign(info.hash().begin(), info.hash().end()); in ParseManifestPartitions()
|