Home
last modified time | relevance | path

Searched refs:SetFileDescriptor (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h30 void SetFileDescriptor(int fd) { m_fd = fd; } in SetFileDescriptor() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp110 m_tty.SetFileDescriptor(fd); in Save()