Home
last modified time | relevance | path

Searched refs:config_path (Results 1 – 5 of 5) sorted by relevance

/build/hb/util/
Dproduct_util.py46 config_path = os.path.join(p_config_path, 'config.json')
48 if os.path.isfile(config_path):
49 info = IoUtil.read_json_file(config_path)
72 'config': config_path,
86 'config': config_path,
97 config_path = os.path.join(product_path, 'config.json')
99 if os.path.isfile(config_path):
100 info = IoUtil.read_json_file(config_path)
110 'config': config_path,
120 config_path = os.path.join(bip_path, item)
[all …]
Ddevice_util.py93 def get_compiler(config_path): argument
94 config = os.path.join(config_path, 'config.gni')
/build/tools/component_tools/
Dgenerate_kconfig.py63 def gen_kconfig(config_path, outdir): argument
64 data = read_json(config_path)
Dparse_kconf.py149 def generate_config_with_full_deps(deps_path, base_product_path, config_path, out): argument
150 kconf = read(config_path)
/build/hb/util/loader/
Dload_ohos_build.py601 … part_subsystem_component_info, config_path, subsystem_components_list): argument
615 … message = "find subsystem {} failed, please check it in {}.".format(subsystem_name, config_path)
618 …ge = "find component {} failed, please check it in {}.".format(component['component'], config_path)
627 config_path = os.path.join(config.product_config_path, 'config.json')
641 if os.path.isfile(config_path):
642 info = read_json_file(config_path)
648 …("Warning: subsystem_name or components_name is empty, please check it in {}.".format(config_path))
652 … part_subsystem_component_info, config_path, subsystem_components_list)