Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp4331 m_write_file(write_fd, File::eOpenOptionWriteOnly, false) { in IOHandlerProcessSTDIO()
4346 if (!m_read_file.IsValid() || !m_write_file.IsValid() || in Run()
4383 if (m_write_file.Write(&ch, n).Fail() || n != 1) in Run()
4461 NativeFile m_write_file; // Write to this file (usually the primary pty for member in IOHandlerProcessSTDIO