Searched refs:RepackVendorBootImgTestParam (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/system/core/fastboot/ |
H A D | vendor_boot_img_utils_test.cpp | 242 struct RepackVendorBootImgTestParam { struct 246 friend std::ostream& operator<<(std::ostream& os, const RepackVendorBootImgTestParam& param) { in operator <<() 251 class RepackVendorBootImgTest : public ::testing::TestWithParam<RepackVendorBootImgTestParam> { 365 ::testing::Values(RepackVendorBootImgTestParam{"vendor_boot_v3.img", "", 3}, 366 RepackVendorBootImgTestParam{"vendor_boot_v4_with_frag.img", "", 4}, 367 RepackVendorBootImgTestParam{"vendor_boot_v4_without_frag.img", "", 4}, 368 RepackVendorBootImgTestParam{"vendor_boot_v4_with_frag.img", 370 RepackVendorBootImgTestParam{"vendor_boot_v4_without_frag.img",
|