Searched refs:localname (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/scripts/ |
H A D | test-remote-image | 201 def fetch(self, file_name, localname=None): argument 229 def fetch(self, file_name, localname=None): argument 233 self.wget(link, self.localdir, localname) 235 def wget(self, link, localdir, localname=None, extraargs=None): argument 238 if localname: 239 wget_cmd += ' -O ' + localname + ' '
|
/openbmc/qemu/docs/sphinx/ |
H A D | dbusdomain.py | 279 localname = _("D-Bus Interfaces Index") variable in DBusIndex
|