Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py465 def save_target_file_information(self, build_obj, target_obj, filedata): argument
467 assert isinstance(target_obj, Target)
475 tf_obj = Target_File.objects.create(target = target_obj,
498 …parent_obj = self._cached_get(Target_File, target = target_obj, path = parent_path, inodetype = Ta…
500 target = target_obj,
525 target = target_obj,
532 …parent_obj = self._cached_get(Target_File, target = target_obj, path = parent_path, inodetype = Ta…
557 … filetarget_obj = Target_File.objects.get(target = target_obj, path = filetarget_path)
563 …parent_obj = Target_File.objects.get(target = target_obj, path = parent_path, inodetype = Target_F…
568 target = target_obj,
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py563 for target_obj in target_objs:
564 if target_obj.task:
565 targets.append(target_obj.target + ':' + target_obj.task)
567 targets.append(target_obj.target)
/openbmc/qemu/include/qom/
H A Dobject.h1953 Object *target_obj, const char *target_name);