Home
last modified time | relevance | path

Searched refs:root_path (Results 1 – 19 of 19) sorted by relevance

/build/lite/hb_internal/set/
Dset.py39 ret = set_root_path(root_path=args.root_path)
48 def set_root_path(root_path=None): argument
50 if root_path is None:
55 root_path = get_input('[OHOS INFO] Input code path: ')
56 config.root_path = root_path
90 config.out_path = os.path.join(config.root_path,
94 config.out_path = os.path.join(config.root_path, 'out',
97 config.out_path = os.path.join(config.root_path, 'out',
/build/tools/component_tools/
Dcomponents_dependence_analysis.py85 def _colletct_build_gn_path(root_path): argument
86 for file in os.listdir(root_path):
87 file_path = os.path.join(root_path, file)
94 def collect_build_gn_path(root_path): argument
95 for file in os.listdir(root_path):
96 file_path = os.path.join(root_path, file)
107 collect_build_gn_path(args.root_path)
/build/lite/hb_internal/build/
Dpart_rom_statistics.py77 def collect_part_name(root_path): argument
79 file_path = os.path.join(root_path, "packages/phone/system_install_parts.json")
185 def read_subsystem_config(root_path): argument
187 part_json_path = os.path.join(root_path, 'build/subsystem_config.json')
198 def read_ohos_config(root_path): argument
199 file_path = os.path.join(root_path, "ohos_config.json")
209 def output_part_rom_status(root_path): argument
210 ohos_config = read_ohos_config(root_path)
216 part_paths = read_subsystem_config(root_path)
218 part_root_path = os.path.join(root_path, part_path)
Dpatch_process.py74 src_path = os.path.join(self.config.root_path, src_path)
80 patch_path = os.path.join(self.config.root_path, patch)
82 patch_path = os.path.join(self.config.root_path,
Dbuild_process.py164 output_part_rom_status(self.config.root_path)
216 self.config.root_path,
221 self.config.root_path, f'prebuilts/build-tools/{system}-x86/bin')
250 '--root={}'.format(self.config.root_path),
295 self.config.root_path = os.path.abspath(
298 self.config.out_path = os.path.join(self.config.root_path, 'out',
/build/lite/
Dbuild.py56 return module.set_root_path(root_path=path)
66 root_path = os.path.dirname(os.path.abspath(__file__))
67 ret_code = set_root_path(root_path)
70 return build(root_path, sys.argv[1:])
DREADME_zh.md114 -root [ROOT_PATH], --root_path [ROOT_PATH]
DREADME.md116 -root [ROOT_PATH], --root_path [ROOT_PATH]
/build/lite/hb_internal/common/
Dproduct.py33 _ext_scan_path = os.path.join(config.root_path,
50 config.root_path, info.get('product_path'))
133 os.path.join(config.root_path, _board_path)):
134 board_path = os.path.join(config.root_path, _board_path)
136 board_path = os.path.join(config.root_path, 'device',
141 board_path = os.path.join(config.root_path, 'device',
145 board_config_path = os.path.join(config.root_path,
168 …files = [os.path.join(config.root_path, file) for file in read_json_file(product_json).get('inheri…
Dconfig.py128 def root_path(self): member in Config
136 @root_path.setter
137 def root_path(self, value): member in Config
210 return self.product_path.replace(self.root_path, '/')
227 return self.device_path.replace(self.root_path, '/')
231 _build_path = os.path.join(self.root_path, 'build', 'lite')
282 _vendor_path = os.path.join(self.root_path, 'vendor')
289 _built_in_product_path = os.path.join(self.root_path,
298 _built_in_device_path = os.path.join(self.root_path,
309 return os.path.join(self.root_path, tools_path)
Dmisc.py29 self._root_path = config.root_path
99 self._root_path = config.root_path
/build/lite/hb_internal/
D__init__.py24 root_path = os.path.abspath(os.sep)
25 while search_path != root_path:
/build/toolchain/
Dmini_debug_info.py25 def create_mini_debug_info(binary_path, stripped_binary_path, root_path): argument
37 root_path, 'prebuilts/clang/ohos', host_platform + '-' + host_cpu, 'llvm/bin')
89 args.stripped_path, args.root_path)
/build/lite/hb_internal/env/
Denv.py52 root_path = json_data.get('root_path', 'not set')
60 hb_info('root path: {}'.format(root_path))
/build/lite/hb_internal/tool/
Dtool.py74 root_path = os.path.join(self.out_path, "build_configs")
77 for file in os.listdir(root_path):
80 file_path = os.path.join(root_path, file)
/build/lite/hb/
D__entry__.py85 args[0].root_path = topdir
/build/lite/hb_internal/preloader/
Dpreloader.py483 self.source_root_dir = config.root_path
495 self.device_dir = os.path.join(config.root_path, 'device')
497 self.subsystem_config_json = os.path.join(config.root_path,
499 self.lite_components_dir = os.path.join(config.root_path,
502 self.preloader_output_dir = os.path.join(config.root_path,
/build/ohos/packages/
Dfs_process.py34 r'${root_path}': self.config.root_path,
241 r'${root_path}': args.root_path,
/build/lite/hb_internal/cts/
Dcts.py283 def get_deps_ready(self, work_path, root_path): argument
308 src_path = os.path.join(root_path, path)