Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dlaunch.h248 int ctrl_terminal_fd = -1; member
Dlaunch_posix.cc448 if (options.ctrl_terminal_fd >= 0) { in LaunchProcess()
452 ioctl(options.ctrl_terminal_fd, TIOCSCTTY, nullptr)) == -1) { in LaunchProcess()