Home | History | Annotate | Download | only in adb

Lines Matching refs:bytes_copied

433         uint64_t bytes_copied = 0;
457 bytes_copied += bytes_read;
464 ReportProgress(rpath, bytes_copied, total_size);
744 uint64_t bytes_copied = 0;
783 bytes_copied += msg.data.size;
786 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, expected_size);