Searched refs:remoteCommand (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | tinfoil.py | 52 def remoteCommand(self, cmd, *args, **kwargs): member in TinfoilDataStoreConnectorVarHistory 63 newfunc = partial(self.remoteCommand, name) 72 def remoteCommand(self, cmd, *args, **kwargs): member in TinfoilDataStoreConnectorIncHistory 79 newfunc = partial(self.remoteCommand, name) 96 def remoteCommand(self, cmd, *args, **kwargs): member in TinfoilDataStoreConnector 106 newfunc = partial(self.remoteCommand, name)
|