Home
last modified time | relevance | path

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

/external/avb/test/
Davbtool_unittest.cc417 InfoImage(vbmeta_image_path_)); in TEST_F()
517 InfoImage(rootfs_path)); in AddHashFooterTest()
540 InfoImage(external_vbmeta_path)); in AddHashFooterTest()
571 InfoImage(rootfs_path)); in AddHashFooterTest()
735 RemoveLinesStartingWith(InfoImage(partition_path), " Digest:"); in TEST_F()
848 InfoImage(path)); in TEST_F()
893 InfoImage(path)); in TEST_F()
938 InfoImage(path)); in TEST_F()
1029 InfoImage(rootfs_path)); in CreateRootfsWithHashtreeFooter()
1061 InfoImage(external_vbmeta_path)); in CreateRootfsWithHashtreeFooter()
[all …]
Davb_slot_verify_unittest.cc689 InfoImage(vbmeta_image_path_)); in TEST_F()
1021 InfoImage(vbmeta_image_path_)); in TEST_F()
1052 InfoImage(boot_path)); in TEST_F()
1208 InfoImage(vbmeta_image_path_)); in TEST_F()
1239 InfoImage(boot_path)); in TEST_F()
1337 InfoImage(vbmeta_image_path_)); in TEST_F()
1362 InfoImage(other_vbmeta_path)); in TEST_F()
1740 InfoImage(vbmeta_image_path_)); in TEST_F()
1864 InfoImage(vbmeta_image_path_)); in TEST_F()
1979 InfoImage(vbmeta_image_path_)); in TEST_F()
[all …]
Davb_unittest_util.h91 std::string InfoImage(const base::FilePath& image_path);
Davb_unittest_util.cc144 std::string BaseAvbToolTest::InfoImage(const base::FilePath& image_path) { in InfoImage() function in avb::BaseAvbToolTest