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

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

Completed in 183 milliseconds