Searched refs:fdi (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dcommandline.c279 int fd, fdi; local
286 fdi = fds[1];
290 /* fdi is really the client's stdin, so use read, not adb_read here */
291 D("stdin_read_thread(): pre unix_read(fdi=%d,...)\n", fdi);
292 r = unix_read(fdi, buf, 1024);
293 D("stdin_read_thread(): post unix_read(fdi=%d,...)\n", fdi);
314 stdin_raw_restore(fdi);
333 int fdi, f local
[all...]

Completed in 94 milliseconds