Home
last modified time | relevance | path

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

/external/avb/test/
Davbtool_unittest.cc375 InfoImage(vbmeta_image_path_)); in TEST_F()
473 InfoImage(rootfs_path)); in AddHashFooterTest()
494 InfoImage(external_vbmeta_path)); in AddHashFooterTest()
525 InfoImage(rootfs_path)); in AddHashFooterTest()
689 RemoveLinesStartingWith(InfoImage(partition_path), " Digest:"); in TEST_F()
798 InfoImage(path)); in TEST_F()
841 InfoImage(path)); in TEST_F()
884 InfoImage(path)); in TEST_F()
964 InfoImage(rootfs_path)); in AddHashtreeFooterTest()
992 InfoImage(external_vbmeta_path)); in AddHashtreeFooterTest()
[all …]
Davb_slot_verify_unittest.cc536 InfoImage(vbmeta_image_path_)); in TEST_F()
808 InfoImage(vbmeta_image_path_)); in TEST_F()
837 InfoImage(boot_path)); in TEST_F()
1003 InfoImage(vbmeta_image_path_)); in TEST_F()
1026 InfoImage(other_vbmeta_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()
1905 InfoImage(system_path)); in CmdlineWithChainedHashtreeVerification()
[all …]
Davb_unittest_util.h91 std::string InfoImage(const base::FilePath& image_path);
Davb_unittest_util.cc143 std::string BaseAvbToolTest::InfoImage(const base::FilePath& image_path) { in InfoImage() function in avb::BaseAvbToolTest