OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTSIZ
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/java/util/zip/
ZipConstants.java
33
EXTSIZ
= 8, EXTLEN = 12, CENVEM = 4, CENVER = 6, CENFLG = 8,
ZipInputStream.java
204
currentEntry.compressedSize = ((long) Memory.peekInt(hdrBuf,
EXTSIZ
, ByteOrder.LITTLE_ENDIAN)) & 0xffffffffL;
/bootable/recovery/minzip/
Zip.c
64
EXTSIZ
= 8,
[
all
...]
Completed in 790 milliseconds