OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTLEN
(Results
1 - 4
of
4
) 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
200
currentEntry.size = ((long) Memory.peekInt(hdrBuf,
EXTLEN
, ByteOrder.LITTLE_ENDIAN)) & 0xffffffffL;
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
HttpZipLocator.java
77
EXTSIZ = 8,
EXTLEN
= 12, CENVEM = 4, CENVER = 6, CENFLG = 8,
/bootable/recovery/minzip/
Zip.c
65
EXTLEN
= 12,
[
all
...]
Completed in 2276 milliseconds