Home
last modified time | relevance | path

Searched refs:product_name (Results 1 - 9 of 9) sorted by relevance

/build/hb/util/
H A Dproduct_util.py50 product_name = info.get('product_name')
56 if product_name is not None:
62 "name": product_name,
78 "name": product_name,
101 product_name = info.get('product_name')
102 if product_name is not None:
105 "name": product_name,
118 product_name
[all...]
H A Dcomponent_util.py47 def is_component_in_product(component_name: str, product_name: str) -> bool:
49 CURRENT_OHOS_ROOT, 'out', product_name, 'build_configs')
/build/ohos/sdk/
H A Dcheck_sdk_completeness.py31 product_name = "" variable
76 sdk_package_path = sdk_package_directory[sdk_package_directory.find(product_name) + len(product_name) + 1:]
193 parser.add_argument('product_name')
202 global product_name
203 product_name = options.product_name
/build/scripts/
H A Ddownload_sdk.py145 product_name = product['component']
146 if product_name == args.product_name:
147 if os.path.exists(os.path.join(default_save_path, product_name)):
149 os.path.join(default_save_path, product_name)))
H A Dentry.py46 args.product_name,
57 if args.product_name == 'ohos-sdk':
146 if args.product_name is None:
147 print('Error: product_name must be provided to entry.py')
/build/hb/util/preloader/
H A Dparse_vendor_product_config.py123 def get_product_config(config_dir, product_name, company):
135 if product_name == config.get('product_name'):
137 raise Exception(f'Error: failed to get product config for {product_name}')
150 config = get_product_config(options.config_dir, options.product_name,
H A Dpreloader_process_data.py117 product_name = self._config.get('product_name')
118 if product_name is None:
119 product_name = ""
129 self._syscap_info = {'product': product_name, 'api_version': api_version,
223 build_vars['product_name'] = config.get('product_name')
/build/hb/resolver/
H A Dset_args_resolver.py43 product_name, company_name = target_arg.arg_value.split('@', 2)
45 product_name, company_name)
120 set_module.args_dict['product_name'], set_module)
/build/build_scripts/
H A Dbuild.sh253 echo -e "\033[31m=====build ${product_name} error=====\033[0m"
256 echo -e "\033[32m=====build ${product_name} successful=====\033[0m"

Completed in 4 milliseconds