Lines Matching refs:path
109 if not os.path.isdir(compiler):
115 tmp_dir = os.path.join(config.android_home,
118 compiler_content = os.path.join(compiler, '.')
131 logging.info('Prebuilt Compiler set as %s.', os.path.abspath(compiler))
153 tmp_dir = os.path.join(config.android_home,
167 pwd = os.path.join(config.android_home, config.bench_dict[bench])
168 mk_file = os.path.join(pwd, 'Android.mk')
169 if not os.path.exists(mk_file):
170 mk_file = os.path.join(pwd, 'Android.bp')
171 subprocess.check_call(['mv', os.path.join(pwd, 'tmp_makefile'), mk_file])
186 log_file = os.path.join(config.bench_suite_dir, 'build_log')