OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCHDR
(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
87
private final byte[] hdrBuf = new byte[
LOCHDR
- LOCVER];
241
Streams.readFully(in, hdrBuf, 0, (
LOCHDR
- LOCVER));
ZipOutputStream.java
151
curOffset =
LOCHDR
;
/bootable/recovery/minzip/
Zip.c
68
LOCHDR
= 30,
362
if ((uintptr_t)localHdr +
LOCHDR
>
371
pEntry->offset = localHdrOffset +
LOCHDR
[
all
...]
Completed in 2787 milliseconds