Searched refs:product_path (Results 1 – 17 of 17) sorted by relevance
/build/lite/ndk/build/ |
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/ |
D | product_util.py | 52 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/ |
D | env_args_resolver.py | 66 product_path = json_data.get('product_path', 'not set') 74 LogUtil.hb_info('product path: {}'.format(product_path))
|
D | set_args_resolver.py | 50 config.product_path = product_info.get('product_path') 89 config.product_path, 'subsystem_config_overlay.json')
|
D | build_args_resolver.py | 62 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/ |
D | start_ex.sh | 70 mkdir -p $root_path$product_path
|
/build/hb/resources/ |
D | config.py | 75 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/ |
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')
|
D | preloader_process_data.py | 70 self.subsystem_config_overlay_json = os.path.join(config.product_path,
|
/build/hb/util/loader/ |
D | subsystem_info.py | 76 config.product_path, "subsystem_config_overlay.json")
|
/build/hb/util/prebuild/ |
D | patch_process.py | 31 self.patch_cfg = os.path.join(self.config.product_path, 'patch.yml')
|
/build/lite/ |
D | BUILD.gn | 130 deps += [ "${product_path}" ] 149 rebase_path("${product_path}/config.json"),
|
D | ohos_var.gni | 27 product_path = ""
|
/build/tools/component_tools/ |
D | full_components_generator.py | 111 subsystem_json_overlay_path = conf.product_path + '/subsystem_config_overlay.json'
|
/build/ohos/packages/ |
D | fs_process.py | 213 fs_cfg_path = os.path.join(self.config.product_path, 'fs.yml') 248 r'${product_path}': args.product_path
|
D | BUILD.gn | 24 yml_file = rebase_path(product_path) + "/fs.yml" 71 rebase_path(product_path),
|
/build/hb/util/post_build/ |
D | part_rom_statistics.py | 197 part_json_overlay_path = config.product_path
|