Searched refs:ImageVariantType (Results 1 – 3 of 3) sorted by relevance
29 type ImageVariantType string type32 coreImageVariant ImageVariantType = "core"33 vendorImageVariant ImageVariantType = "vendor"34 productImageVariant ImageVariantType = "product"35 ramdiskImageVariant ImageVariantType = "ramdisk"36 vendorRamdiskImageVariant ImageVariantType = "vendor_ramdisk"37 recoveryImageVariant ImageVariantType = "recovery"38 hostImageVariant ImageVariantType = "host"
256 func GetImageVariantType(c LinkableInterface) ImageVariantType {
1370 libsMap map[ImageVariantType]map[string][]string1378 libsMap: make(map[ImageVariantType]map[string][]string),1405 archMap := s.libsMap[ImageVariantType(image)]