Home
last modified time | relevance | path

Searched refs:s_device_path (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish/ril/
Dreference-ril.c234 static const char * s_device_path = NULL; variable
4015 fd = socket_local_client(s_device_path,
4018 } else if (s_device_path != NULL) {
4019 fd = open (s_device_path, O_RDWR);
4020 if ( fd >= 0 && !memcmp( s_device_path, "/dev/ttyS", 9 ) ) {
4086 s_device_path = optarg;
4087 RLOGI("Opening tty device %s\n", s_device_path);
4091 s_device_path = optarg;
4093 RLOGI("Opening socket %s\n", s_device_path);
4106 if (s_port < 0 && s_device_path == NULL && !isInEmulator()) {
[all …]