Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBCommandReturnObject.cpp119 SBCommandReturnObject::GetErrorSize () in GetErrorSize() function in SBCommandReturnObject
143 size_t num_bytes = GetErrorSize (); in PutError()
258 if (GetErrorSize() > 0) in GetDescription()
/external/lldb/scripts/Python/interface/
DSBCommandReturnObject.i42 GetErrorSize ();
/external/lldb/include/lldb/API/
DSBCommandReturnObject.h54 GetErrorSize ();
/external/lldb/tools/driver/
DDriver.cpp972 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()
1100 const size_t error_size = result.GetErrorSize(); in HandleIOEvent()
1425 const size_t error_size = result.GetErrorSize(); in MainLoop()
/external/lldb/www/python_reference/
Dapi-objects.txt2554 lldb.SBCommandReturnObject.GetErrorSize lldb.SBCommandReturnObject-class.html#GetErrorSize