Home
last modified time | relevance | path

Searched refs:dup_fd (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp62 bool FileAction::Duplicate(int fd, int dup_fd) { in Duplicate() argument
64 if (fd >= 0 && dup_fd >= 0) { in Duplicate()
67 m_arg = dup_fd; in Duplicate()
H A DProcessLaunchInfo.cpp78 bool ProcessLaunchInfo::AppendDuplicateFileAction(int fd, int dup_fd) { in AppendDuplicateFileAction() argument
80 if (file_action.Duplicate(fd, dup_fd)) { in AppendDuplicateFileAction()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp291 bool SBLaunchInfo::AddDuplicateFileAction(int fd, int dup_fd) { in AddDuplicateFileAction() argument
292 LLDB_INSTRUMENT_VA(this, fd, dup_fd); in AddDuplicateFileAction()
294 return m_opaque_sp->AppendDuplicateFileAction(fd, dup_fd); in AddDuplicateFileAction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h32 bool Duplicate(int fd, int dup_fd);
H A DProcessLaunchInfo.h45 bool AppendDuplicateFileAction(int fd, int dup_fd);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h187 bool AddDuplicateFileAction(int fd, int dup_fd);
/freebsd/contrib/ntp/
H A DCommitLog[all...]