Searched refs:android_home (Results 1 - 9 of 9) sorted by relevance

/external/toolchain-utils/android_bench_suite/
H A Ddiscard_patches.py26 skia_dir = os.path.join(config.android_home, config.bench_dict['Skia'])
31 autotest_dir = os.path.join(config.android_home, config.autotest_dir)
36 panorama_dir = os.path.join(config.android_home,
46 os.path.join(config.android_home, synthmark_dir)])
H A Dapply_patches.py20 skia_dir = os.path.join(config.android_home, config.bench_dict['Skia'])
42 autotest_dir = os.path.join(config.android_home, config.autotest_dir)
60 panorama_dir = os.path.join(config.android_home,
89 subprocess.check_call(['mv', '-f', synthmark_dir, config.android_home])
H A Dset_flags.py16 mk_file = os.path.join(config.android_home, config.bench_dict[bench],
23 os.path.join(config.android_home, config.bench_dict[bench],
68 bench_dir = os.path.join(config.android_home, config.bench_dict[bench])
79 bench_mk = os.path.join(config.android_home, config.bench_dict[bench],
H A Dconfig.py43 # Android home directory specified as android_home,
44 android_home = get_suite_env('android_home', True) variable
48 # android_home/benchtoolchain
94 out_dir = os.path.join(android_home, 'out')
H A Dbuild_bench.py109 tmp_dir = os.path.join(config.android_home,
147 tmp_dir = os.path.join(config.android_home, 'prebuilts/clang/host/linux-x86',
160 pwd = os.path.join(config.android_home, config.bench_dict[bench])
171 raw_cmd = ('cd {android_home} '
175 android_home=config.android_home,
H A Drun.py194 os.path.join(config.android_home, config.autotest_dir),
308 os.path.join(config.android_home, config.autotest_dir),
385 os.environ['ANDROID_HOME'] = config.android_home
/external/devlib/devlib/utils/
H A Dandroid.py74 android_home = None variable
485 self.android_home = None
494 env.android_home = android_home
495 env.platform_tools = os.path.join(android_home, 'platform-tools')
510 env.android_home = os.path.dirname(env.platform_tools)
524 logger.debug('ANDROID_HOME: {}'.format(env.android_home))
525 build_tools_directory = os.path.join(env.android_home, 'build-tools')
529 raise HostError(msg.format(env.android_home))
543 global android_home, platform_tool
[all...]
/external/lisa/libs/utils/android/
H A Dbenchmark.py193 if self.args.android_home:
194 self.bm_conf['ANDROID_HOME'] = self.args.android_home
/external/skqp/infra/bots/recipe_modules/flavor/
H A Dgn_android_flavor.py404 android_home = self.m.vars.slave_dir.join(sdk_asset, 'android-sdk')
407 'ANDROID_HOME': android_home,

Completed in 317 milliseconds