Searched defs:bytesLeft (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/minzip/
H A DZip.c531 size_t bytesLeft = pEntry->compLen; local
532 while (bytesLeft > 0) {
538 count = bytesLeft;
551 bytesLeft -= count;

Completed in 92 milliseconds