Lines Matching full:remote
35 '-r', '--remote', dest='remote', help='Remote chromeos device.')
40 if options.remote is None:
41 Usage(parser, 'remote must be given')
48 command, chromeos_root=options.chromeos_root, machine=options.remote)
57 dest_machine=options.remote,
63 dest_machine=options.remote,
70 dest_machine=options.remote,
77 dest_machine=options.remote,
86 src_machine=options.remote,
93 src_machine=options.remote,
96 board = ce.CrosLearnBoard(options.chromeos_root, options.remote)