Home | History | Annotate | Download | only in adb

Lines Matching refs:bytes_expected

106     uint64_t bytes_expected;
127 bytes_expected = 0;
148 if (bytes_expected != 0 && bytes_transferred <= bytes_expected) {
149 int overall_percentage = static_cast<int>(bytes_transferred * 100 / bytes_expected);
560 current_ledger_.bytes_expected = 0;
564 if (!ci.skip) current_ledger_.bytes_expected += ci.size;
570 current_ledger_.bytes_expected = expected_total_bytes;