Searched refs:product_path (Results 1 - 14 of 14) sorted by relevance
/build/lite/ndk/build/ |
H A D | build.py | 44 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 D | product_util.py | 51 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 D | start_ex.sh | 71 product_path=$(read_file $CONFIG_PATH product_path) 72 mkdir -p $root_path$product_path
|
/build/hb/resolver/ |
H A D | env_args_resolver.py | 66 product_path = json_data.get('product_path', 'not set') 74 LogUtil.hb_info('product path: {}'.format(product_path))
|
H A D | set_args_resolver.py | 50 config.product_path = product_info.get('product_path') 89 config.product_path, 'subsystem_config_overlay.json')
|
H A D | build_args_resolver.py | 69 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 D | parse_vendor_product_config.py | 129 product_path = os.path.join(company_path, product) 130 config_json = os.path.join(product_path, 'config.json')
|
H A D | preloader_process_data.py | 71 self.subsystem_config_overlay_json = os.path.join(config.product_path,
|
/build/hb/resources/ |
H A D | config.py | 187 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 D | subsystem_info.py | 77 config.product_path, "subsystem_config_overlay.json")
|
/build/hb/util/prebuild/ |
H A D | patch_process.py | 31 self.patch_cfg = os.path.join(self.config.product_path, 'patch.yml')
|
/build/tools/component_tools/ |
H A D | full_components_generator.py | 112 subsystem_json_overlay_path = os.path.join(conf.product_path, 'subsystem_config_overlay.json')
|
/build/ohos/packages/ |
H A D | fs_process.py | 213 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 D | part_rom_statistics.py | 197 part_json_overlay_path = config.product_path
|
Completed in 6 milliseconds