Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/server/
H A Dprocess.py175 writer = ConnectionWriter(ui_fds[0])
185 writer = ConnectionWriter(ui_fds[2])
547 writer = ConnectionWriter(readypipeinfd)
595 command_chan = ConnectionWriter(writefd1)
733 class ConnectionWriter(object): class