Lines Matching refs:bytes_read
646 size_t bytes_read = 0; in DoExecute() local
658 bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
674 bytes_read = target->ReadMemory(address, data_sp->GetBytes(), in DoExecute()
676 if (bytes_read == 0) { in DoExecute()
687 if (bytes_read < total_byte_size) in DoExecute()
691 (uint64_t)bytes_read, (uint64_t)total_byte_size, addr); in DoExecute()
742 bytes_read += read; in DoExecute()
750 std::make_shared<DataBufferHeap>(data_sp->GetBytes(), bytes_read + 1); in DoExecute()
753 m_next_addr = addr + bytes_read; in DoExecute()
754 m_prev_byte_size = bytes_read; in DoExecute()
783 outfile_stream_up->Write(data_sp->GetBytes(), bytes_read); in DoExecute()
792 (uint64_t)bytes_read, path.c_str()); in DoExecute()