Searched refs:s_device_path (Results 1 – 1 of 1) sorted by relevance
333 static const char * s_device_path = NULL; variable6381 fd = socket_local_client(s_device_path,6384 } else if (s_device_path != NULL) {6385 fd = open (s_device_path, O_RDWR);6386 if ( fd >= 0 && !memcmp( s_device_path, "/dev/ttyS", 9 ) ) {6447 s_device_path = optarg;6448 RLOGI("Opening tty device %s\n", s_device_path);6452 s_device_path = optarg;6454 RLOGI("Opening socket %s\n", s_device_path);6472 if (s_port < 0 && s_device_path == NULL && !isInEmulator() &&[all …]