Searched refs:totalRead (Results 1 – 4 of 4) sorted by relevance
185 int totalRead = 0; in readExactly() local187 int n = Os.read(fd, buffer, offset + totalRead, numBytes); in readExactly()195 totalRead += n; in readExactly()197 return totalRead; in readExactly()
176 long totalRead = 0; in lookForPhantomProcessesLocked() local182 totalRead += read; in lookForPhantomProcessesLocked()202 input.skip(-totalRead); in lookForPhantomProcessesLocked()
300 long totalRead = 0; in doInBackground() local317 totalRead += numRead; in doInBackground()318 float fraction = ((float) totalRead / (float) sizeBytes); in doInBackground()
453 long totalRead = 0; in run() local484 totalRead += nRead; in run()488 new BackupProgress(preflightResult, totalRead)); in run()496 + ": " + totalRead + " of " + quota); in run()502 mBackupRunner.sendQuotaExceeded(totalRead, quota); in run()