Home | History | Annotate | Download | only in restore

Lines Matching refs:toCopy

901                         int toCopy = result;
902 while (toCopy > 0) {
903 int n = transportIn.read(buffer, 0, toCopy);
905 toCopy -= n;
907 Slog.v(TAG, " -> wrote " + n + " to engine, left=" + toCopy);