OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compRemaining
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/androidfw/
ZipUtils.cpp
61
unsigned long
compRemaining
;
66
compRemaining
= compressedLen;
104
getSize = (
compRemaining
> kReadBufSize) ?
105
kReadBufSize :
compRemaining
;
107
getSize,
compRemaining
);
117
compRemaining
-= nextSize;
/bootable/recovery/minzip/
Zip.c
512
long
compRemaining
;
514
compRemaining
= pEntry->compLen;
Completed in 180 milliseconds