Home
last modified time | relevance | path

Searched refs:config_output_relpath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/build/hb/util/loader/
H A Dload_ohos_build.py234 def get_target_label(self, config_output_relpath): argument
236 if config_output_relpath.startswith('/'):
240 return "//{0}/{1}:{1}".format(config_output_relpath,
243 return "//{0}/{1}:{1}({2})".format(config_output_relpath,
247 def part_group_targets(self, config_output_relpath): argument
249 if config_output_relpath.startswith('/'):
253 _labels['part'] = self.get_target_label(config_output_relpath)
257 config_output_relpath, self._part_name, group_label)
261 config_output_relpath, self._part_name, group_label)
870 config_output_relpath, argument
[all …]
H A Dplatforms_loader.py185 target_arch, config_output_relpath, scalable_build): argument
192 all_parts_file = os.path.join(source_root_dir, config_output_relpath,
201 config_output_relpath,
/ohos5.0/build/hb/services/
H A Dloader.py41 self.config_output_relpath = ""
66 self.config_output_relpath = os.path.join(
69 self.source_root_dir, self.config_output_relpath)
102 self.config_output_relpath,
111 self.config_output_relpath,
119 self.config_output_relpath,
500 self.config_output_relpath,