Home
last modified time | relevance | path

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

/system/core/fastboot/
Dvendor_boot_img_utils_test.cpp242 struct RepackVendorBootImgTestParam { struct
245 friend std::ostream& operator<<(std::ostream& os, const RepackVendorBootImgTestParam& param) { in operator <<()
250 class RepackVendorBootImgTest : public ::testing::TestWithParam<RepackVendorBootImgTestParam> {
324 ::testing::Values(RepackVendorBootImgTestParam{"vendor_boot_v3.img", 3},
325 RepackVendorBootImgTestParam{"vendor_boot_v4_with_frag.img", 4},
326 RepackVendorBootImgTestParam{"vendor_boot_v4_without_frag.img", 4}),