Lines Matching refs:autotest_path
171 def perform_bootstrap_into_autotest_root(arguments, autotest_path, argv): argument
210 autotest_path)
211 script_command = os.path.join(autotest_path, 'site_utils',
256 autotest_path = arguments.autotest_dir
267 autotest_path = os.path.join(sysroot_path, path_ending)
269 site_utils_path = os.path.join(autotest_path, 'site_utils')
271 if not os.path.exists(autotest_path):
275 'a valid autotest directory.' % autotest_path)
286 arguments, autotest_path, argv)
289 autotest_path, argv, arguments.tests, arguments.remote,
308 autotest_path = os.path.realpath(os.path.join(os.path.dirname(__file__),
311 command = [os.path.join(autotest_path, 'site_utils',