Home
last modified time | relevance | path

Searched defs:child_fd (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/pseudo-tty/
Dpty_helper.py51 parent_fd, child_fd = pty.openpty() variable
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_ns05.c63 int my_fd, child_fd, parent_fd; in run() local
Dioctl_ns06.c62 int my_fd, child_fd, parent_fd; in run() local
/third_party/node/src/
Dspawn_sync.cc887 int SyncProcessRunner::ParseStdioOption(int child_fd, in ParseStdioOption()
938 int SyncProcessRunner::AddStdioIgnore(uint32_t child_fd) { in AddStdioIgnore()
948 int SyncProcessRunner::AddStdioPipe(uint32_t child_fd, in AddStdioPipe()
973 int SyncProcessRunner::AddStdioInheritFD(uint32_t child_fd, int inherit_fd) { in AddStdioInheritFD()