Searched refs:hash_new (Results 1 – 1 of 1) sorted by relevance
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 1607 std::string hash, hash_new, err_msg; in TEST_P() local 1613 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash_new, &retcode, &err_msg)) << err_msg; in TEST_P() 1616 EXPECT_EQ(hash, hash_new) << "Flashing a random buffer of 4096 using sparse and non-sparse " in TEST_P() 1632 std::string hash, hash_new, err_msg; in TEST_P() local 1645 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash_new, &retcode, &err_msg)) << err_msg; in TEST_P() 1648 EXPECT_EQ(hash, hash_new) << "Flashing a random buffer of 4096 using sparse and non-sparse " in TEST_P() 1673 std::string hash, hash_new, err_msg; in TEST_P() local 1687 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash_new, &retcode, &err_msg)) << err_msg; in TEST_P() 1690 EXPECT_EQ(hash, hash_new) << "Flashing a random buffer of 4096 using sparse and non-sparse " in TEST_P()
|