Searched refs:cached_bytes (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Core/
H A DCommunication.cpp149 size_t cached_bytes = GetCachedBytes (dst, dst_len); local
150 if (cached_bytes > 0 || timeout_usec == 0)
153 return cached_bytes;

Completed in 154 milliseconds