Searched refs:footer_type (Results 1 – 2 of 2) sorted by relevance
/system/core/fs_mgr/libfs_avb/tests/ |
D | fs_avb_test_util.cpp | 160 void BaseFsAvbTest::AddAvbFooter(const base::FilePath& image_path, const std::string& footer_type, in AddAvbFooter() argument 166 EXPECT_TRUE(footer_type == "hash" or footer_type == "hashtree"); in AddAvbFooter() 167 std::string add_footer_option = "add_" + footer_type + "_footer"; in AddAvbFooter() 190 const std::string& footer_type, const base::FilePath& avb_signing_key, in GenerateImageAndExtractVBMetaData() argument 196 AddAvbFooter(image_path, footer_type, partition_name, partition_size, avb_algorithm, in GenerateImageAndExtractVBMetaData()
|
D | fs_avb_test_util.h | 100 void AddAvbFooter(const base::FilePath& image_path, const std::string& footer_type, 108 const std::string& footer_type, const base::FilePath& avb_signing_key,
|