Searched defs:editline_output_slave_fh (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/driver/
H A DDriver.cpp1255 FILE *editline_output_slave_fh = NULL; local
1272 editline_output_slave_fh = ::fopen (output_slave_name, "r+");
1273 if (editline_output_slave_fh == NULL)
1281 ::setbuf (editline_output_slave_fh, NULL);
1323 m_io_channel_ap.reset (new IOChannel(m_editline_slave_fh, editline_output_slave_fh, stdout, stderr, this));

Completed in 1533 milliseconds