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

/system/update_engine/payload_consumer/
H A Dinstall_plan.cc115 target_hash == that.target_hash &&
H A Dinstall_plan.h91 brillo::Blob target_hash; member in struct:chromeos_update_engine::InstallPlan::Partition
H A Dfilesystem_verifier_action.cc256 if (partition.target_hash != hasher_->raw_hash()) {
H A Dfilesystem_verifier_action_unittest.cc178 if (!HashCalculator::RawHashOfData(a_loop_data, &part.target_hash)) {
H A Ddelta_performer_integration_test.cc895 EXPECT_EQ(expected_new_kernel_hash, partitions[1].target_hash);
903 EXPECT_EQ(expected_new_rootfs_hash, partitions[0].target_hash);
H A Ddelta_performer.cc864 install_part.target_hash.assign(info.hash().begin(), info.hash().end());

Completed in 54 milliseconds