OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTHDR
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/main/java/java/util/zip/
ZipConstants.java
30
public static final int LOCHDR = 30,
EXTHDR
= 16, CENHDR = 46, ENDHDR = 22,
ZipInputStream.java
198
Streams.readFully(in, hdrBuf, 0,
EXTHDR
);
ZipOutputStream.java
155
curOffset +=
EXTHDR
;
/bootable/recovery/minzip/
Zip.c
61
EXTHDR
= 16,
[
all
...]
Completed in 3032 milliseconds