OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOCSIG
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/java/util/zip/
ZipConstants.java
27
public static final long
LOCSIG
= 0x4034b50, EXTSIG = 0x8074b50,
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
HttpZipLocator.java
71
public static final long
LOCSIG
= 0x4034b50, EXTSIG = 0x8074b50,
/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 2367 milliseconds