OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compremaining
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/libs/utils/
ZipUtils.cpp
51
unsigned long
compRemaining
;
59
compRemaining
= compressedLen;
97
getSize = (
compRemaining
> kReadBufSize) ?
98
kReadBufSize :
compRemaining
;
100
getSize,
compRemaining
);
110
compRemaining
-= getSize;
164
unsigned long
compRemaining
;
172
compRemaining
= compressedLen;
210
getSize = (
compRemaining
> kReadBufSize) ?
211
kReadBufSize :
compRemaining
;
[
all
...]
/bootable/recovery/minzip/
Zip.c
565
long
compRemaining
;
567
compRemaining
= pEntry->compLen;
603
long getSize = (
compRemaining
> (long)sizeof(readBuf)) ?
604
(long)sizeof(readBuf) :
compRemaining
;
606
getSize,
compRemaining
);
614
compRemaining
-= getSize;
[
all
...]
/prebuilts/sdk/tools/linux/
zipalign
Completed in 648 milliseconds