Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dcommands.py67 def readThread(output, stream, logfunc): argument
68 if logfunc:
71 logfunc(line.decode("utf-8", errors='replace').rstrip())
H A Dqemurunner.py692 def __init__(self, logfunc, sock, logger): argument
695 self.logfunc = logfunc
772 self.logfunc(data)