Home
last modified time | relevance | path

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

/art/tools/bisection_search/
Dbisection_search.py220 def __init__(self, script_path, expected_output_path, logfile): argument
230 self._logfile = logfile
390 'bisection_search_', args.cleanup, args.logfile, args.timeout,
396 'bisection_search_', args.cleanup, args.logfile, args.timeout, args.x64)
402 args.check_script, args.expected_output, test_env.logfile)
417 print('Error occurred.\nLogfile: {0}'.format(test_env.logfile.name))
418 test_env.logfile.write('Exception: {0}\n'.format(e))
429 print('Logfile: {0}'.format(test_env.logfile.name))
DREADME.md43 [--check-script CHECK_SCRIPT] [--logfile LOGFILE] [--cleanup]
67 --logfile LOGFILE custom logfile location
/art/tools/common/
Dcommon.py163 def _LogCmdOutput(logfile, cmd, output, retcode): argument
172 logfile.write('Command:\n{0}\n{1}\nReturn code: {2}\n'.format(
266 def logfile(self): member in ITestEnv
348 def logfile(self): member in HostTestEnv
477 def logfile(self): member in DeviceTestEnv
/art/tools/
Drun-libjdwp-tests.sh119 …args+=(-Djpda.settings.debuggeeAgentExtraOptions=directlog=y,logfile=/proc/self/fd/2,logflags=$ver…
/art/test/
Drun-test1127 --logfile="$cwd/bisection_log.txt" \