Home
last modified time | relevance | path

Searched refs:product_path (Results 1 – 17 of 17) sorted by relevance

/build/lite/ndk/build/
Dbuild.py44 product_path = './out/'
45 log_path = os.path.join(product_path, 'compile.log')
55 product_path, '--root=.', '--dotfile=build/.gn']
58 '-C', product_path]
61 product_path, '--root=.', '--dotfile=build/.gn']
66 '-C', product_path]
75 if not os.path.exists(product_path):
81 '-C', product_path, '-t', 'clean']
84 '-C', product_path, '-t', 'clean']
/build/hb/util/
Dproduct_util.py52 product_path = os.path.join(
55 product_path = p_config_path
57 subsystem_config_overlay_path = os.path.join(product_path,
64 'product_path': product_path,
80 'product_path': product_path,
96 product_path = os.path.join(company_path, product)
97 config_path = os.path.join(product_path, 'config.json')
106 'product_config_path': product_path,
107 'product_path': product_path,
/build/hb/resolver/
Denv_args_resolver.py66 product_path = json_data.get('product_path', 'not set')
74 LogUtil.hb_info('product path: {}'.format(product_path))
Dset_args_resolver.py50 config.product_path = product_info.get('product_path')
89 config.product_path, 'subsystem_config_overlay.json')
Dbuild_args_resolver.py62 target_generator.regist_arg('product_path', config.product_path)
795 subsystem_config_overlay_path = os.path.join(config.product_path,
806 config.product_path),
/build/test/script/
Dstart_ex.sh70 mkdir -p $root_path$product_path
/build/hb/resources/
Dconfig.py75 self.product_path = config_content.get('product_path', None)
216 def product_path(self): member in Config
221 @product_path.setter
222 def product_path(self, value: str): member in Config
228 return self.product_path.replace(self.root_path, '/')
/build/hb/util/preloader/
Dparse_vendor_product_config.py129 product_path = os.path.join(company_path, product)
130 config_json = os.path.join(product_path, 'config.json')
Dpreloader_process_data.py70 self.subsystem_config_overlay_json = os.path.join(config.product_path,
/build/hb/util/loader/
Dsubsystem_info.py76 config.product_path, "subsystem_config_overlay.json")
/build/hb/util/prebuild/
Dpatch_process.py31 self.patch_cfg = os.path.join(self.config.product_path, 'patch.yml')
/build/lite/
DBUILD.gn130 deps += [ "${product_path}" ]
149 rebase_path("${product_path}/config.json"),
Dohos_var.gni27 product_path = ""
/build/tools/component_tools/
Dfull_components_generator.py111 subsystem_json_overlay_path = conf.product_path + '/subsystem_config_overlay.json'
/build/ohos/packages/
Dfs_process.py213 fs_cfg_path = os.path.join(self.config.product_path, 'fs.yml')
248 r'${product_path}': args.product_path
DBUILD.gn24 yml_file = rebase_path(product_path) + "/fs.yml"
71 rebase_path(product_path),
/build/hb/util/post_build/
Dpart_rom_statistics.py197 part_json_overlay_path = config.product_path