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.cc127 target_hash == that.target_hash && in operator ==()
Dfilesystem_verifier_action_unittest.cc127 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()
Dinstall_plan.h103 brillo::Blob target_hash; member
Dfilesystem_verifier_action.cc242 if (partition.target_hash != hasher_->raw_hash()) { in FinishPartitionHashing()
Ddelta_performer_integration_test.cc869 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()
Ddelta_performer.cc881 install_part.target_hash.assign(info.hash().begin(), info.hash().end()); in ParseManifestPartitions()