Home
last modified time | relevance | path

Searched refs:product_path (Results 1 - 14 of 14) sorted by relevance

/build/lite/ndk/build/
H A 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/
H A Dproduct_util.py51 if info.get('product_path'):
52 product_path = os.path.join(
53 config.root_path, info.get('product_path'))
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
[all...]
/build/test/script/
H A Dstart_ex.sh71 product_path=$(read_file $CONFIG_PATH product_path)
72 mkdir -p $root_path$product_path
/build/hb/resolver/
H A Denv_args_resolver.py66 product_path = json_data.get('product_path', 'not set')
74 LogUtil.hb_info('product path: {}'.format(product_path))
H A Dset_args_resolver.py50 config.product_path = product_info.get('product_path')
89 config.product_path, 'subsystem_config_overlay.json')
H A Dbuild_args_resolver.py69 target_generator.regist_arg('product_path', config.product_path)
852 subsystem_config_overlay_path = os.path.join(config.product_path,
863 config.product_path),
/build/hb/util/preloader/
H A Dparse_vendor_product_config.py129 product_path = os.path.join(company_path, product)
130 config_json = os.path.join(product_path, 'config.json')
H A Dpreloader_process_data.py71 self.subsystem_config_overlay_json = os.path.join(config.product_path,
/build/hb/resources/
H A Dconfig.py187 def product_path(self): member in Config
192 @product_path.setter
193 def product_path(self, value: str): member in Config
195 self.config_update('product_path', self._product_path)
199 return self.product_path.replace(self.root_path, '/')
381 self.product_path = config_content.get('product_path', None)
/build/hb/util/loader/
H A Dsubsystem_info.py77 config.product_path, "subsystem_config_overlay.json")
/build/hb/util/prebuild/
H A Dpatch_process.py31 self.patch_cfg = os.path.join(self.config.product_path, 'patch.yml')
/build/tools/component_tools/
H A Dfull_components_generator.py112 subsystem_json_overlay_path = os.path.join(conf.product_path, 'subsystem_config_overlay.json')
/build/ohos/packages/
H A Dfs_process.py213 fs_cfg_path = os.path.join(self.config.product_path, 'fs.yml')
248 r'${product_path}': args.product_path
/build/hb/util/post_build/
H A Dpart_rom_statistics.py197 part_json_overlay_path = config.product_path

Completed in 6 milliseconds