Searched refs:AppendBytesToCache (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Core/ |
D | Communication.cpp | 295 Communication::AppendBytesToCache (const uint8_t * bytes, size_t len, bool broadcast, ConnectionSta… in AppendBytesToCache() function in Communication 355 comm->AppendBytesToCache (buf, bytes_read, true, status); in ReadThread() 361 comm->AppendBytesToCache (buf, bytes_read, true, status); in ReadThread()
|
/external/lldb/include/lldb/Core/ |
D | Communication.h | 388 …AppendBytesToCache (const uint8_t *src, size_t src_len, bool broadcast, lldb::ConnectionStatus sta…
|