OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compremaining
(Results
1 - 4
of
4
) 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
517
long
compRemaining
;
519
compRemaining
= pEntry->compLen;
[
all
...]
/prebuilts/sdk/tools/linux/
zipalign
aapt
Completed in 1086 milliseconds