Searched refs:dup_fd (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | FileAction.cpp | 62 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 D | ProcessLaunchInfo.cpp | 78 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 D | SBLaunchInfo.cpp | 291 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 D | FileAction.h | 32 bool Duplicate(int fd, int dup_fd);
|
H A D | ProcessLaunchInfo.h | 45 bool AppendDuplicateFileAction(int fd, int dup_fd);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBLaunchInfo.h | 187 bool AddDuplicateFileAction(int fd, int dup_fd);
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |