Home
last modified time | relevance | path

Searched refs:expected_root_hash (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/tests/unit/
Dupdater_test.cpp425 std::string expected_root_hash = in TEST_F() local
429 expected_root_hash }; in TEST_F()
458 ASSERT_EQ(expected_root_hash, HashTreeBuilder::BytesArrayToString(digest)); in TEST_F()
474 std::string expected_root_hash = in TEST_F() local
478 expected_root_hash }; in TEST_F()
/bootable/recovery/updater/
Dblockimg.cpp1525 std::string expected_root_hash = params.tokens[params.cpos++]; in PerformCommandComputeHashTree() local
1526 if (expected_root_hash.empty()) { in PerformCommandComputeHashTree()
1568 if (root_hash_hex != expected_root_hash) { in PerformCommandComputeHashTree()
1570 << expected_root_hash << ", actual: " << root_hash_hex; in PerformCommandComputeHashTree()