Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/tracetool/
H A D__init__.py35 out_fobj = sys.stdout variable
38 global out_filename, out_fobj
40 out_fobj = open(filename, 'wt')
62 out_fobj.writelines("\n".join(output) + "\n")