Home
last modified time | relevance | path

Searched defs:subsystem_name (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/build/tools/component_tools/
H A Dcomponent_node.py39 def subsystem_name(self): member in Module
43 def subsystem_name(self, value): member in Module
/ohos5.0/build/hb/util/loader/
H A Dload_ohos_build.py112 subsystem_name, target_arch, overrided_components): argument
342 def _parsing_config(self, part_name, part_config, subsystem_name): argument
404 config_output_dir, variant_toolchains, subsystem_name, argument
641 def compare_subsystem_and_component(subsystem_name, components_name, subsystem_compoents_whitelist_… argument
/ohos5.0/build/templates/common/
H A Dgenerate_component_package.py241 def _toolchain_static_file_path_mapping(subsystem_name, args, i): argument
708 def _package_interface(args, parts_path_info, part_name, subsystem_name, components_json): argument
/ohos5.0/build/tools/component_tools/static_check/bundle_check/
H A Dbundle_json_check.py181 def subsystem_name(self) -> str: # 目前存在为空的情况 member in BundleJson