Home
last modified time | relevance | path

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

/external/lldb/tools/driver/
DIOChannel.h76 ErrWrite (const char *buffer, size_t len, bool asynchronous);
DDriver.cpp800 m_io_channel_ap->ErrWrite (stdio_buffer, len, NO_ASYNC); in GetProcessSTDERR()
972 m_io_channel_ap->ErrWrite (result.GetError(), result.GetErrorSize(), ASYNC); in HandleProcessEvent()
1017 m_io_channel_ap->ErrWrite (result.GetError(), result.GetErrorSize(), ASYNC); in HandleProcessEvent()
1584 m_io_channel_ap->ErrWrite (data, strlen(data), ASYNC); in MainLoop()
DIOChannel.cpp574 IOChannel::ErrWrite (const char *buffer, size_t len, bool asynchronous) in ErrWrite() function in IOChannel