Lines Matching refs:path
156 logfile = os.path.join(config.bench_suite_dir, f)
168 result = os.path.join(config.bench_suite_dir, bench + '.json')
178 log_file = os.path.join(config.bench_suite_dir, log_file)
193 os.path.join(
194 os.path.join(config.android_home, config.autotest_dir),
283 bench_result = os.path.join(config.bench_suite_dir, 'bench_result')
284 if not os.path.exists(bench_result):
291 new_bench_result_path = os.path.join(config.bench_suite_dir,
310 os.path.join(
311 os.path.join(config.android_home, config.autotest_dir),
332 bench_result = os.path.join(config.bench_suite_dir, 'bench_result')
350 '--output=%s.json' % os.path.join(config.bench_suite_dir, bench),
363 os.environ['PYTHONPATH'] = os.path.dirname(config.toolchain_utils)
367 os.path.join(config.toolchain_utils, 'generate_report.py'),
457 infile = os.path.join(config.bench_suite_dir, bench + '.json')
458 if os.path.exists(infile):
459 outfile = os.path.join(config.bench_suite_dir,
483 infile = os.path.join(config.bench_suite_dir, bench + '.json')
484 outfile = os.path.join(config.bench_suite_dir, bench + '_report')