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.py728 def __init__(self, logfunc, sock, logger, qemuoutput): argument
735 self.logfunc = logfunc
824 self.logfunc(data)
828 self.logfunc(data, ".stdout")
834 self.logfunc(data, ".2")