OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCSIG
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/main/java/java/util/zip/
ZipConstants.java
27
public static final long
LOCSIG
= 0x4034b50, EXTSIG = 0x8074b50,
ZipInputStream.java
236
if (hdr !=
LOCSIG
) {
ZipOutputStream.java
306
writeLong(out,
LOCSIG
); // Entry header
/bootable/recovery/minzip/
Zip.c
67
LOCSIG
= 0x04034b50, // PK34
196
* signature for the first file (
LOCSIG
) or, if the archive doesn't
203
} else if (val !=
LOCSIG
) {
367
if (get4LE(localHdr) !=
LOCSIG
) {
[
all
...]
Completed in 36 milliseconds