Home
last modified time | relevance | path

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

/build/ohos/sdk/
Dparse_sdk_description.py129 def variant_to_product(variant: dict, options: dict): function
130 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))
DBUILD.gn71 rebase_path("./variant_to_product.json", root_build_dir),