Home
last modified time | relevance | path

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

/external/avb/test/
Davb_unittest_util.cc105 vbmeta_image_path_ = testdir_.Append(image_name); in GenerateVBMetaImage()
114 vbmeta_image_path_.value().c_str()); in GenerateVBMetaImage()
116 ASSERT_TRUE(base::GetFileSize(vbmeta_image_path_, &file_size)); in GenerateVBMetaImage()
118 ASSERT_TRUE(base::ReadFile(vbmeta_image_path_, in GenerateVBMetaImage()
Davbtool_unittest.cc375 InfoImage(vbmeta_image_path_)); in TEST_F()
2134 vbmeta_image_path_.value().c_str()); in TEST_F()
2136 std::string vbmeta_contents = InfoImage(vbmeta_image_path_); in TEST_F()
2253 vbmeta_image_path_.value().c_str()); in TEST_F()
2265 vbmeta_image_path_.value().c_str()); in TEST_F()
2288 vbmeta_image_path_.value().c_str()); in TEST_F()
2300 vbmeta_image_path_.value().c_str()); in TEST_F()
2312 vbmeta_image_path_.value().c_str()); in TEST_F()
2381 vbmeta_image_path_.value().c_str()); in TEST_F()
2410 vbmeta_image_path_.value().c_str()); in TEST_F()
[all …]
Davb_slot_verify_unittest.cc536 InfoImage(vbmeta_image_path_)); in TEST_F()
808 InfoImage(vbmeta_image_path_)); in TEST_F()
1003 InfoImage(vbmeta_image_path_)); in TEST_F()
1402 InfoImage(vbmeta_image_path_)); in TEST_F()
1524 InfoImage(vbmeta_image_path_)); in TEST_F()
1637 InfoImage(vbmeta_image_path_)); in TEST_F()
1775 InfoImage(vbmeta_image_path_)); in CmdlineWithHashtreeVerification()
1950 InfoImage(vbmeta_image_path_)); in CmdlineWithChainedHashtreeVerification()
2090 InfoImage(vbmeta_image_path_)); in VerificationDisabled()
2747 InfoImage(vbmeta_image_path_)); in SetupWithHashDescriptor()
[all …]
Davb_unittest_util.h103 base::FilePath vbmeta_image_path_; variable