Lines Matching refs:product
143 def __init__(self, target_os, product, platform, arch, ram, rom):
145 self.product = product
176 if self.product != args_para.product:
192 if name == "product":
193 self.product = value
206 args_list = ["target_os", "product", "platform", "arch", "ram", "rom"]
209 args_para.product,
352 parser.add_argument('--target_platform', help='product type',