Home
last modified time | relevance | path

Searched refs:ctrl_terminal_fd (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/process/
Dlaunch.cc37 , ctrl_terminal_fd(-1) in LaunchOptions()
Dlaunch.h168 int ctrl_terminal_fd; member
Dlaunch_posix.cc429 if (options.ctrl_terminal_fd >= 0) { in LaunchProcess()
433 ioctl(options.ctrl_terminal_fd, TIOCSCTTY, NULL)) == -1) { in LaunchProcess()