Home
last modified time | relevance | path

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

/external/u-boot/test/py/
Dmultiplexed_log.py21 def __init__(self, logfile, name, chained_file): argument
36 self.chained_file = chained_file
66 if self.chained_file:
67 self.chained_file.write(data)
80 if self.chained_file:
81 self.chained_file.flush()
88 def __init__(self, logfile, name, chained_file): argument
103 self.chained_file = chained_file
131 if self.chained_file:
132 self.chained_file.write(msg)
[all …]