Home
last modified time | relevance | path

Searched refs:connect_unix (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/
H A Dclient.py32 async def connect_unix(self, path): member in AsyncClient
162 def connect_unix(self, path): member in Client
163 self.loop.run_until_complete(self.client.connect_unix(path))
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A D__init__.py139 c.connect_unix(*a)
151 await c.connect_unix(*a)