Searched refs:port_arg (Results 1 – 3 of 3) sorted by relevance
51 char* port_arg; in test_client() local53 gpr_asprintf(&port_arg, "--server_port=%d", port); in test_client()55 execl(binary_path, binary_path, port_arg, NULL); in test_client()58 gpr_free(port_arg); in test_client()
263 port_arg = merged_args.get(servo_constants.SERVO_PORT_ATTR)264 if not host_arg or not port_arg:266 return ['-var=servo=%s:%s' % (host_arg, port_arg)]
89 def parse_port_range(port_arg): argument91 port = int(port_arg)94 port_min, port_max = port_arg.split(':')