/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ |
H A D | BUILD.gn | 33 out_path = get_label_info(module, "root_out_dir") 60 out_path = get_label_info(module, "root_out_dir") 86 out_path = get_label_info(module, "root_out_dir") 112 out_path = 124 sources += [ out_path + "/arkui/napi/libace_napi" + dylib_suffix ] 133 out_path = 147 sources += [ out_path + "/thirdparty/libuv/libuv" + dylib_suffix ] 150 out_path = 156 out_path = 161 out_path = [all …]
|
/ohos5.0/build/hb/util/post_build/ |
H A D | part_rom_statistics.py | 92 def colletct_modules_json_path(out_path, install_parts): argument 108 def sum_of_statistics(out_path, part_name, module_info_list): argument 131 def check_image_size(out_path): argument 133 image_path = os.path.join(out_path, 'packages/phone/images/') 145 def actual_rom_statistics(out_path): argument 147 install_parts = collect_part_name(out_path) 148 module_info_list = colletct_modules_json_path(out_path, install_parts) 149 image_list = check_image_size(out_path) 159 json_path = os.path.join(out_path, 'rom_statistics_table.json') 214 out_path = file_json["out_path"] [all …]
|
/ohos5.0/build/ohos/packages/ |
H A D | kernel_permission.py | 35 def run(out_path, root_path): argument 36 target_out_path = os.path.join(root_path, out_path.lstrip("//")) 42 def scan_file(out_path): argument 47 file_path = file_path = os.path.join(out_path, "build_configs/kernel_permission/") 56 def execute_kernel_permission_cmd(out_path, root_path): argument 66 file_list = KernelPermission.scan_file(out_path) 68 cmds = KernelPermission.gen_cmds(file_list, out_path, llvm_tool) 91 def gen_cmds(file_list, out_path, llvm_path): argument 98 kernel_permission_file = os.path.join(out_path, info.get("kernel_permission_path")) 118 target_source = os.path.join(out_path, module_path)
|
H A D | fs_process.py | 38 r'${out_path}': self.config.out_path 79 src_path = self.config.out_path 90 fs_path = os.path.join(self.config.out_path, 105 self.config.out_path) 246 r'${out_path}': args.out_path,
|
/ohos5.0/build/hb/resolver/ |
H A D | clean_args_resolver.py | 46 if config.out_path is not None and config.out_path != '' \ 47 … and config.out_path.startswith(CURRENT_OHOS_ROOT) and os.path.exists(config.out_path): 49 'Clean {} directory that generated by last compilation'.format(config.out_path)) 50 shutil.rmtree(config.out_path)
|
H A D | build_args_resolver.py | 255 out_path = config.out_path 256 logfile = os.path.join(out_path, 'build.log') 728 config.out_path, 'packages', 'phone', 'images') 731 config.out_path, 'images.tar.gz') 733 SystemUtil.exec_command(cmd, log_path=config.out_path) 810 '{}/build.log'.format(config.out_path), 812 '{}/packages/WarningList.txt'.format(config.out_path), 832 '{}/.ninja_log'.format(config.out_path), 834 "{}/build.trace".format(config.out_path), 838 "{}/sorted_action_duration.txt".format(config.out_path), [all …]
|
H A D | set_args_resolver.py | 72 config.out_path = os.path.join(config.root_path, 76 config.out_path = os.path.join(config.root_path, 'out', 79 config.out_path = os.path.join(config.root_path, 'out',
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/sdk/ |
H A D | BUILD.gn | 80 out_path = get_label_info(shard_lib.label, "root_out_dir") 89 sources += [ "${out_path}/${subsystem_name}/${part_name}/lib${lib_name}${dylib_suffix}" ] 113 out_path = get_label_info( 117 "${out_path}/arkui/ace_engine/modifier.abc", 118 "${out_path}/arkui/ace_engine/node.abc", 119 "${out_path}/arkui/ace_engine/shape.abc", 120 "${out_path}/arkui/ace_engine/theme.abc", 121 "${out_path}/arkui/ace_engine/uicontext.abc", 152 out_path = get_label_info(item.label, "root_out_dir") 161 sources += [ "${out_path}/${subsystem_name}/${part_name}/lib${lib_name}${dylib_suffix}" ]
|
/ohos5.0/build/hb/util/post_gn/ |
H A D | check_compilation_parameters.py | 74 out_path = file_json.get('out_path') 75 return out_path 89 out_path = read_ohos_config(root_path) 90 ninja_file_list = collect_ninja_file_path(os.path.join(out_path, 'obj'))
|
/ohos5.0/drivers/hdf_core/framework/tools/idl-gen/ |
H A D | idl_generator.py | 307 drive, out_path = os.path.splitdrive(normpath) 308 out_path = out_path.replace('\\', '/') 309 new_path = out_path.strip('.').strip('/') 310 while new_path != out_path: 311 out_path = new_path 312 new_path = out_path.strip('.').strip('/')
|
/ohos5.0/build/hb/resources/ |
H A D | config.py | 224 def out_path(self): member in Config 227 @out_path.setter 228 def out_path(self, value: str): member in Config 290 if self.out_path is not None: 291 return os.path.join(self.out_path, 'build.log') 390 self.out_path = config_content.get('out_path', None)
|
/ohos5.0/build/hb/util/ |
H A D | component_util.py | 71 def get_component_module_full_name(out_path: str, component_name: str, module_name: str) -> str: 72 root_path = os.path.join(out_path, "build_configs") 98 module_name, component_name, out_path), "4001")
|
/ohos5.0/build/tools/component_tools/static_check/ |
H A D | csct.py | 153 out_path = os.path.join(os.getcwd(), "out") 160 os.open(os.path.join(out_path, "gn_problems.txt"), flags, modes), "w" 165 output_path = os.path.join(out_path, "output_errors.xlsx")
|
/ohos5.0/build/templates/common/ |
H A D | generate_component_package.py | 92 def _get_components_json(out_path): argument 94 json_path = os.path.join(out_path + "/build_configs/parts_info/components.json") 680 def _del_exist_component_package(out_path): argument 681 _component_package_path = os.path.join(out_path, 'component_package') 717 def generate_component_package(out_path, root_path, components_list=None, build_type=0, organizatio… argument 757 components_json = _get_components_json(out_path) 763 _del_exist_component_package(out_path) 764 args = {"out_path": out_path, "root_path": root_path, 781 print("generate_component_package out_path", out_path) 787 generate_component_package(py_args.out_path,
|
/ohos5.0/build/indep_configs/scripts/ |
H A D | variants_info_handler.py | 50 out_path = os.path.join(syscap_out_path, 'syscap.para') 55 with os.fdopen(os.open(out_path, flags, modes), 'w') as f:
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_add_handler.py | 197 out_path = os.path.join(adapter_model_path, file_name) 199 out_path, data_model) 200 liteos_file_path[file_name] = out_path 248 out_path = os.path.join(adapter_model_path, file_name) 250 out_path, data_model) 251 linux_file_path[file_name] = out_path
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | BUILD.gn | 244 out_path = get_label_info(shard_lib.label, "root_out_dir") 253 sources += [ "${out_path}/${subsystem_name}/${part_name}/lib${lib_name}${dylib_suffix}" ] 284 out_path = get_label_info(item.label, "root_out_dir") 293 sources += [ "${out_path}/${subsystem_name}/${part_name}/lib${lib_name}${dylib_suffix}" ]
|
/ohos5.0/build/tools/component_tools/static_check/bundle_check/ |
H A D | get_subsystem_with_component.py | 153 oh_path, out_path = parse_args() variable 155 export_to_json(info, out_path)
|
H A D | bundle_json_check.py | 106 out_path = os.path.normpath(output_path) + '/' + output_name 110 with os.fdopen(os.open(out_path, flags, modes), 'w') as file: 112 print("Please check " + out_path)
|
/ohos5.0/foundation/window/window_manager/previewer/ |
H A D | BUILD.gn | 162 out_path = get_label_info(module, "root_out_dir") 164 sources += [ out_path + "/window/window_manager/lib" + out_name + suffix ]
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/sdk/dump/ |
H A D | resource_index.py | 208 def dump(file_path, out_path): argument 209 out_file = os.open(out_path, os.O_WRONLY | os.O_CREAT, 0o664)
|
/ohos5.0/build/hb/services/ |
H A D | ninja.py | 45 '-C', self.config.out_path] + self._convert_args()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/ |
H A D | hdi_add_handler.py | 201 out_path = hdi_config_arg["output_path"].format( 203 full_out_path = os.path.join(root, out_path) 217 root, out_path, version, file_name)
|
/ohos5.0/build/scripts/ |
H A D | cargo2gn.py | 442 out_path = 'out' 444 out_path = os.path.join(self.cargo_dir, out_path) 446 os.makedirs(out_path, exist_ok=True)
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-build-all.md | 323 usage: hb clean [-h] [out_path] 326 out_path clean a specified path.
|