Lines Matching refs:chromeos_root
224 def RemoteAccessInitCommand(self, chromeos_root, machine): argument
227 command += '\n. ' + chromeos_root + '/src/scripts/common.sh'
228 command += '\n. ' + chromeos_root + '/src/scripts/remote_access.sh'
241 def CrosLearnBoard(self, chromeos_root, machine): argument
242 command = self.RemoteAccessInitCommand(chromeos_root, machine)
257 chromeos_root=None, argument
272 self.logger.LogFatalIf(not chromeos_root, 'chromeos_root not given!')
274 if not chromeos_root or not machine:
276 chromeos_root = os.path.expanduser(chromeos_root)
284 chromeos_root=chromeos_root,
294 command = self.RemoteAccessInitCommand(chromeos_root, machine)
337 chromeos_root, argument
357 dir=os.path.join(chromeos_root, 'src/scripts'),
372 (chromeos_root, cros_sdk_options))
379 (chromeos_root, cros_sdk_options, misc.CHROMEOS_SCRIPTS_DIR,
436 chromeos_root=None, argument
452 self.logger.LogFatalIf(not chromeos_root, 'chromeos_root not given!')
453 elif src_cros == dest_cros or not chromeos_root:
460 command = self.RemoteAccessInitCommand(chromeos_root, cros_machine)