Searched refs:hash_before (Results 1 – 1 of 1) sorted by relevance
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 1106 std::string hash_before, hash_after; in TEST_P() local 1108 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash_before, &retcode, &err_msg)) in TEST_P() 1115 EXPECT_NE(hash_before, hash_after) in TEST_P() 1173 std::string hash_before, hash_after, err_msg; in TEST_P() local 1176 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash_before, &retcode, &err_msg)) in TEST_P() 1184 EXPECT_EQ(hash_before, hash_after) in TEST_P() 1206 std::string hash_before, hash_after, err_msg; in TEST_P() local 1209 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash_before, &retcode, &err_msg)) in TEST_P() 1217 EXPECT_EQ(hash_before, hash_after) in TEST_P() 1234 std::string hash_before, hash_after, err_msg; in TEST_P() local [all …]
|