Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp1202 std::string hash_before, hash_after; in TEST_P() local
1204 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash_before, &retcode, &err_msg)) in TEST_P()
1211 EXPECT_NE(hash_before, hash_after) in TEST_P()
1269 std::string hash_before, hash_after, err_msg; in TEST_P() local
1272 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash_before, &retcode, &err_msg)) in TEST_P()
1280 EXPECT_EQ(hash_before, hash_after) in TEST_P()
1302 std::string hash_before, hash_after, err_msg; in TEST_P() local
1305 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash_before, &retcode, &err_msg)) in TEST_P()
1313 EXPECT_EQ(hash_before, hash_after) in TEST_P()
1330 std::string hash_before, hash_after, err_msg; in TEST_P() local
[all …]