Home
last modified time | relevance | path

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

/external/lldb/test/pexpect-2.4/examples/
Drippy.py80 GLOBAL_LOGFILE = open (GLOBAL_LOGFILE_NAME, "wb") variable
354 global GLOBAL_LOGFILE
355 print >>GLOBAL_LOGFILE, cmd
356 …events={pexpect.TIMEOUT:progress_callback}, timeout=5, withexitstatus=True, logfile=GLOBAL_LOGFILE)
359 print >>GLOBAL_LOGFILE, "RUN FAILED. RETURNED EXIT STATUS:", exitstatus
987 …print >>GLOBAL_LOGFILE, "=========================================================================…
988 print >>GLOBAL_LOGFILE, "ERROR -- Unexpected exception in script."
989 print >>GLOBAL_LOGFILE, str(e)
990 print >>GLOBAL_LOGFILE, str(tb_dump)
991 …print >>GLOBAL_LOGFILE, "=========================================================================…