Searched refs:variant_to_product (Results 1 – 2 of 2) sorted by relevance
129 def variant_to_product(variant: dict, options: dict): function130 relations = read_json_file(options.variant_to_product)135 variant, options.variant_to_product))148 variant_to_product(c, options))153 install_dir.replace('${variant}', variant_to_product(c, options))
71 rebase_path("./variant_to_product.json", root_build_dir),