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

  /external/libchrome/base/process/
launch.h 174 int ctrl_terminal_fd = -1; member in struct:base::LaunchOptions
launch_posix.cc 445 if (options.ctrl_terminal_fd >= 0) {
449 ioctl(options.ctrl_terminal_fd, TIOCSCTTY, nullptr)) == -1) {

Completed in 159 milliseconds