Home | History | Annotate | Download | only in android_bench_suite

Lines Matching refs:bench_result

281   # Rename results from the bench_result generated in autotest
282 bench_result = os.path.join(config.bench_suite_dir, 'bench_result')
283 if not os.path.exists(bench_result):
285 'please check test_log for details.', bench_result)
286 raise OSError('Result file %s not found.' % bench_result)
291 os.rename(bench_result, new_bench_result_path)
293 logging.error('Error while renaming raw result %s to %s', bench_result,
329 bench_result = os.path.join(config.bench_suite_dir, 'bench_result')
343 input_file = '_'.join([bench_result, bench, serial, str(setting_no), ''])