Lines Matching refs:chromeos_root
225 def RemoteAccessInitCommand(self, chromeos_root, machine): argument
228 command += '\n. ' + chromeos_root + '/src/scripts/common.sh'
229 command += '\n. ' + chromeos_root + '/src/scripts/remote_access.sh'
242 def CrosLearnBoard(self, chromeos_root, machine): argument
243 command = self.RemoteAccessInitCommand(chromeos_root, machine)
258 chromeos_root=None, argument
273 self.logger.LogFatalIf(not chromeos_root, 'chromeos_root not given!')
275 if not chromeos_root or not machine:
277 chromeos_root = os.path.expanduser(chromeos_root)
286 chromeos_root=chromeos_root,
296 command = self.RemoteAccessInitCommand(chromeos_root, machine)
340 chromeos_root, argument
360 dir=os.path.join(chromeos_root, 'src/scripts'),
374 ret = self.RunCommand('cd %s; cros_sdk %s -- true' % (chromeos_root,
382 (chromeos_root, cros_sdk_options, misc.CHROMEOS_SCRIPTS_DIR,
441 chromeos_root=None, argument
457 self.logger.LogFatalIf(not chromeos_root, 'chromeos_root not given!')
458 elif src_cros == dest_cros or not chromeos_root:
465 command = self.RemoteAccessInitCommand(chromeos_root, cros_machine)