Home | History | Annotate | Download | only in reference-ril

Lines Matching full:s_device_path

200 static const char * s_device_path = NULL;
3137 if (!strcmp(s_device_path, "/dev/socket/qemud")) {
3162 fd = socket_local_client( s_device_path,
3165 } else if (s_device_path != NULL) {
3166 fd = open (s_device_path, O_RDWR);
3167 if ( fd >= 0 && !memcmp( s_device_path, "/dev/ttyS", 9 ) ) {
3227 s_device_path = optarg;
3228 RLOGI("Opening tty device %s\n", s_device_path);
3232 s_device_path = optarg;
3234 RLOGI("Opening socket %s\n", s_device_path);
3243 if (s_port < 0 && s_device_path == NULL) {
3277 s_device_path = optarg;
3278 RLOGI("Opening tty device %s\n", s_device_path);
3282 s_device_path = optarg;
3284 RLOGI("Opening socket %s\n", s_device_path);
3292 if (s_port < 0 && s_device_path == NULL) {