Searched refs:logfile (Results 1 – 5 of 5) sorted by relevance
/art/tools/bisection_search/ |
D | bisection_search.py | 222 def __init__(self, script_path, expected_output_path, logfile): argument 232 self._logfile = logfile 392 'bisection_search_', args.cleanup, args.logfile, args.timeout, 398 'bisection_search_', args.cleanup, args.logfile, args.timeout, args.x64) 404 args.check_script, args.expected_output, test_env.logfile) 419 print('Error occurred.\nLogfile: {0}'.format(test_env.logfile.name)) 420 test_env.logfile.write('Exception: {0}\n'.format(e)) 431 print('Logfile: {0}'.format(test_env.logfile.name))
|
D | README.md | 43 [--check-script CHECK_SCRIPT] [--logfile LOGFILE] [--cleanup] 67 --logfile LOGFILE custom logfile location
|
/art/tools/common/ |
D | common.py | 163 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 346 def logfile(self): member in HostTestEnv 475 def logfile(self): member in DeviceTestEnv
|
/art/tools/ |
D | run-libjdwp-tests.sh | 104 …args+=(-Djpda.settings.debuggeeAgentExtraOptions=directlog=y,logfile=/proc/self/fd/2,logflags=$ver…
|
/art/test/ |
D | run-test | 1075 --logfile="$cwd/bisection_log.txt" \
|