Searched refs:bytes_read_for_chunk (Results 1 – 1 of 1) sorted by relevance
2207 const lldb::addr_t bytes_read_for_chunk = in ReadMemoryInChunks() local2210 bytes_read += bytes_read_for_chunk; in ReadMemoryInChunks()2213 if (bytes_read_for_chunk > bytes_remaining) in ReadMemoryInChunks()2216 bytes_remaining -= bytes_read_for_chunk; in ReadMemoryInChunks()2218 if (callback(error, current_addr, buf, bytes_read_for_chunk) == in ReadMemoryInChunks()