Home | History | Annotate | Download | only in adb

Lines Matching defs:fdi

354     int fd, fdi;
361 fdi = fds[1];
365 /* fdi is really the client's stdin, so use read, not adb_read here */
366 D("stdin_read_thread(): pre unix_read(fdi=%d,...)\n", fdi);
367 r = unix_read(fdi, buf, 1024);
368 D("stdin_read_thread(): post unix_read(fdi=%d,...)\n", fdi);
389 stdin_raw_restore(fdi);
408 int fdi, fd;
416 fdi = 0; //dup(0);
420 fds[1] = fdi;
423 stdin_raw_init(fdi);
428 stdin_raw_restore(fdi);