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

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h105 AddDuplicateFileAction (int fd, int dup_fd);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h481 Duplicate (int fd, int dup_fd);
523 int m_arg; // oflag for eFileActionOpen*, dup_fd for eFileActionDuplicate
608 AppendDuplicateFileAction (int fd, int dup_fd) argument
611 if (file_action.Duplicate (fd, dup_fd))
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp254 SBLaunchInfo::AddDuplicateFileAction (int fd, int dup_fd) argument
256 return m_opaque_sp->AppendDuplicateFileAction(fd, dup_fd);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp661 ProcessLaunchInfo::FileAction::Duplicate (int fd, int dup_fd) argument
664 if (fd >= 0 && dup_fd >= 0)
668 m_arg = dup_fd;
716 error.PutToLog(log, "posix_spawn_file_actions_adddup2 (action=%p, fd=%i, dup_fd=%i)",

Completed in 117 milliseconds