Searched refs:localname (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/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 + ' '
|