Home
last modified time | relevance | path

Searched defs:serial_options (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Host/common/
H A DFile.cpp809 SerialPort::Options serial_options; in OptionsFromURL() local
863 SerialPort::Create(int fd, OpenOptions options, Options serial_options, in Create() argument
896 SerialPort(int fd,OpenOptions options,SerialPort::Options serial_options,bool transfer_ownership) SerialPort() argument
[all...]
/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp767 llvm::Expected<SerialPort::Options> serial_options = ConnectSerialPort() local