Home | History | Annotate | Download | only in tools

Lines Matching refs:totalsize

328   def ReportHook(blocknum, blocksize, totalsize):
333 if totalsize == -1: # Total size not known.
336 size = min(totalsize, size)
338 size, totalsize, 100.0 * size / totalsize)