Searched refs:target_obj (Results 1 – 3 of 3) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | buildinfohelper.py | 465 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 D | widgets.py | 563 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 D | object.h | 1953 Object *target_obj, const char *target_name);
|