• Home
  • Raw
  • Download

Lines Matching refs:remote

44 def CheckForCrosFlash(chromeos_root, remote, log_level):  argument
50 command, chromeos_root=chromeos_root, machine=remote)
52 ret == 255, 'Failed ssh to %s (for checking cherrypy)' % remote)
55 'cros flash cannot work.'.format(remote))
58 def DisableCrosBeeps(chromeos_root, remote, log_level): argument
66 command, chromeos_root=chromeos_root, machine=remote)
165 if options.remote is None:
171 board = cmd_executer.CrosLearnBoard(options.chromeos_root, options.remote)
198 list(options.remote.split()), options.chromeos_root)
211 command, chromeos_root=options.chromeos_root, machine=options.remote)
243 command, chromeos_root=options.chromeos_root, machine=options.remote)
246 CheckForCrosFlash(options.chromeos_root, options.remote, log_level)
249 DisableCrosBeeps(options.chromeos_root, options.remote, log_level)
253 '--board=%s' % board, '--clobber-stateful', options.remote
286 ret = EnsureMachineUp(options.chromeos_root, options.remote, log_level)
304 machine=options.remote)
308 options.chromeos_root, chroot_image, options.remote, log_level)
311 TryRemountPartitionAsRW(options.chromeos_root, options.remote,
323 command, chromeos_root=options.chromeos_root, machine=options.remote)
329 locks.ReleaseLock(list(options.remote.split()), options.chromeos_root)
424 def VerifyChromeChecksum(chromeos_root, image, remote, log_level): argument
447 command, chromeos_root=chromeos_root, machine=remote)
454 def TryRemountPartitionAsRW(chromeos_root, remote, log_level): argument
459 command, chromeos_root=chromeos_root, machine=remote,
471 def EnsureMachineUp(chromeos_root, remote, log_level): argument
485 command, chromeos_root=chromeos_root, machine=remote)