Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp72 size_t total_read_bytes = 0; in ReadAllBytes() local
73 while (total_read_bytes < size && now < deadline) { in ReadAllBytes()
75 conn.Read(read_buffer + total_read_bytes, size - total_read_bytes, in ReadAllBytes()
79 total_read_bytes += read_bytes; in ReadAllBytes()
84 if (total_read_bytes < size) in ReadAllBytes()