Home | History | Annotate | Download | only in adb

Lines Matching defs:fdi

275     int fd, fdi;
282 fdi = fds[1];
286 /* fdi is really the client's stdin, so use read, not adb_read here */
287 D("stdin_read_thread(): pre unix_read(fdi=%d,...)\n", fdi);
288 r = unix_read(fdi, buf, 1024);
289 D("stdin_read_thread(): post unix_read(fdi=%d,...)\n", fdi);
310 stdin_raw_restore(fdi);
329 int fdi, fd;
337 fdi = 0; //dup(0);
341 fds[1] = fdi;
344 stdin_raw_init(fdi);
349 stdin_raw_restore(fdi);