HomeSort by relevance Sort by last modified time
    Searched refs:_logfile (Results 1 - 4 of 4) sorted by null

  /art/tools/common/
common.py 302 self._logfile = open('{0}/log'.format(self._env_path), 'w+')
304 self._logfile = open(logfile_path, 'w+')
346 _LogCmdOutput(self._logfile, cmd, output, retcode)
351 return self._logfile
388 self._logfile = open('{0}/log'.format(self._host_env_path), 'w+')
390 self._logfile = open(logfile_path, 'w+')
475 _LogCmdOutput(self._logfile, cmd, output, retcode)
480 return self._logfile
503 stdout=self._logfile, stderr=self._logfile)
    [all...]
  /external/devlib/devlib/utils/
android.py 570 return self._logfile
586 self._logfile = open(outfile, 'w')
588 self._logfile = tempfile.NamedTemporaryFile()
604 self._logcat = pexpect.spawn(logcat_cmd, logfile=self._logfile)
608 self._logfile.close()
614 with open(self._logfile.name) as fh:
618 with open(self._logfile.name, 'w') as fh:
  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py 85 self._logfile = None
133 self._logfile = open(self._logfilename,'a')
135 self._logfile = None
162 if self._logfile:
166 self._logfile.close()
167 self._logfile = None
177 if self._logfile: self._logfile.write( msg + "\n")
  /art/tools/bisection_search/
bisection_search.py 236 self._logfile = logfile
246 stdout=self._logfile, stderr=self._logfile, universal_newlines=True)

Completed in 96 milliseconds