Home
last modified time | relevance | path

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

/external/chromium_org/base/process/
Dlaunch.cc32 , ctrl_terminal_fd(-1) in LaunchOptions()
Dlaunch.h128 int ctrl_terminal_fd; member
Dlaunch_posix.cc405 if (options.ctrl_terminal_fd >= 0) { in LaunchProcess()
409 ioctl(options.ctrl_terminal_fd, TIOCSCTTY, NULL)) == -1) { in LaunchProcess()
/external/chromium_org/chromeos/process_proxy/
Dprocess_proxy.cc232 options.ctrl_terminal_fd = slave_fd; in LaunchProcess()