Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp1433 std::string err_msg, hash_before, hash_buf, hash_after; in TEST_P() local
1441 ASSERT_TRUE(PartitionHash(fb.get(), "userdata", &hash_buf, &retcode, &err_msg)) << err_msg; in TEST_P()
1445 EXPECT_NE(hash_before, hash_buf) in TEST_P()
1453 EXPECT_NE(hash_after, hash_buf) << "Unlocking the device did not cause the hash of userdata to " in TEST_P()