Home | History | Annotate | Download | only in scripts

Lines Matching refs:bytes_done

98       bytes_done = 0
105 bytes_done += len(chunk)
106 num_dots = TOTAL_DOTS * bytes_done / total_size
110 if bytes_done != total_size:
112 (bytes_done, total_size))