Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dcommands.py65 def readThread(output, stream, logfunc): argument
66 if logfunc:
69 logfunc(line.decode("utf-8", errors='replace').rstrip())
H A Dqemurunner.py724 def __init__(self, logfunc, sock, logger, qemuoutput): argument
731 self.logfunc = logfunc
818 self.logfunc(data)
822 self.logfunc(data, ".stdout")
827 self.logfunc(data, ".2")