Searched refs:target_obj (Results 1 – 4 of 4) 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/qom/ |
| H A D | object.c | 2796 Object *target_obj; member 2806 object_property_get(prop->target_obj, prop->target_name, alias_v, errp); in property_get_alias() 2816 object_property_set(prop->target_obj, prop->target_name, alias_v, errp); in property_set_alias() 2825 return object_resolve_path_component(prop->target_obj, prop->target_name); in property_resolve_alias() 2838 Object *target_obj, const char *target_name) in object_property_add_alias() argument 2845 target_prop = object_property_find_err(target_obj, target_name, in object_property_add_alias() 2856 prop->target_obj = target_obj; in object_property_add_alias()
|
| /openbmc/qemu/include/qom/ |
| H A D | object.h | 1953 Object *target_obj, const char *target_name);
|