Home
last modified time | relevance | path

Searched refs:ComponentUtil (Results 1 - 11 of 11) sorted by relevance

/build/hb/resolver/
H A Dindep_build_args_resolver.py26 from util.component_util import ComponentUtil namespace
78 bundle_path = ComponentUtil.search_bundle_file(path)
86 elif ComponentUtil.is_in_component_dir(os.getcwd()):
87 part_name, bundle_path = ComponentUtil.get_component(os.getcwd())
97 bundle_path = ComponentUtil.search_bundle_file(arg.get("argDefault"))
109 build_executor.regist_flag('defaultDeps', ComponentUtil.get_default_deps(target_arg.arg_value))
114 build_executor.regist_flag('defaultDeps', ComponentUtil.get_default_deps("argDefault"))
H A Dinstall_args_resolver.py26 from util.component_util import ComponentUtil namespace
58 install_module.hpm.regist_flag('defaultDeps', ComponentUtil.get_default_deps(target_arg.arg_value))
60 install_module.hpm.regist_flag('defaultDeps', ComponentUtil.get_default_deps("default")
H A Dtool_args_resolver.py25 from util.component_util import ComponentUtil namespace
53 args_list.append(ComponentUtil.get_component_module_full_name(
73 args_list.append(ComponentUtil.get_component_module_full_name(
93 args_list.append(ComponentUtil.get_component_module_full_name(
H A Dpublish_args_resolver.py26 from util.component_util import ComponentUtil namespace
H A Dpackage_args_resolver.py26 from util.component_util import ComponentUtil namespace
H A Dupdate_args_resolver.py26 from util.component_util import ComponentUtil namespace
H A Dpush_args_resolver.py26 from util.component_util import ComponentUtil namespace
H A Dbuild_args_resolver.py40 from util.component_util import ComponentUtil namespace
228 elif ComponentUtil.is_in_component_dir(os.getcwd()) and \
229 ComponentUtil.is_component_in_product(
230 ComponentUtil.get_component_name(os.getcwd()), Config().product):
231 component_name = ComponentUtil.get_component_name(os.getcwd())
239 component_name = ComponentUtil.get_component_name(os.getcwd())
/build/hb/services/
H A Dhpm.py35 from util.component_util import ComponentUtil namespace
191 if not ComponentUtil.search_bundle_file(component):
H A Dhdc.py34 from util.component_util import ComponentUtil namespace
/build/hb/util/
H A Dcomponent_util.py40 class ComponentUtil(): class

Completed in 4 milliseconds