Searched refs:newobj (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | tinfoil.py | 891 newobj = obj 894 newobj = origtype() 896 setattr(newobj, k, v) 899 newobj = origtype(obj) 901 if isinstance(newobj, bb.command.DataStoreConnectionHandle): 902 newobj = TinfoilDataStoreConnector(self, newobj.dsindex) 904 return newobj
|
| H A D | __init__.py | 265 newobj = deprecated(obj, "{0}.{1}".format(current, objname), 272 setattr(sys.modules[current], newname, newobj)
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffsfs.c | 1484 struct yaffs_obj *newobj = NULL; in yaffs_rename() local 1520 newobj = yaffsfs_FindObject(NULL, newPath, 0, 0, NULL, NULL, NULL); in yaffs_rename() 1547 } else if (yaffs_is_non_empty_dir(newobj)) { in yaffs_rename()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0008-Use-libtool-2.4.patch | 30146 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 30147 - oldobjs="$oldobjs $gentop/$newobj" 30148 + func_append oldobjs " $gentop/$newobj"
|