HomeSort by relevance Sort by last modified time
    Searched defs:stdin_fd (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
process_manager_unittest.cc 157 int stdin_fd; local
170 &stdin_fd,
183 &stdin_fd,
  /system/core/adb/
commandline.cpp 494 int stdin_fd, write_fd; member in struct:StdinReadArgs
527 send_window_size_change(args->stdin_fd, args->protocol);
547 D("stdin_read_thread_loop(): pre unix_read_interruptible(fdi=%d,...)", args->stdin_fd);
548 int r = unix_read_interruptible(args->stdin_fd, buffer_ptr,
551 send_window_size_change(args->stdin_fd, args->protocol);
554 D("stdin_read_thread_loop(): post unix_read_interruptible(fdi=%d,...)", args->stdin_fd);
665 args->stdin_fd = STDIN_FILENO;
    [all...]

Completed in 57 milliseconds