Lines Matching full:remote
39 '-r', '--remote', dest='remote', help='Remote chromeos device.')
44 if options.remote is None:
45 Usage(parser, 'remote must be given')
52 command, chromeos_root=options.chromeos_root, machine=options.remote)
61 dest_machine=options.remote,
67 dest_machine=options.remote,
74 dest_machine=options.remote,
81 dest_machine=options.remote,
90 src_machine=options.remote,
97 src_machine=options.remote,
100 board = ce.CrosLearnBoard(options.chromeos_root, options.remote)