Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp134 size_t cached_bytes = GetCachedBytes(dst, dst_len); in Read() local
135 if (cached_bytes > 0 || (timeout && timeout->count() == 0)) { in Read()
137 return cached_bytes; in Read()