Searched refs:LOCSIG (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
H A DZipConstants.java38 static long LOCSIG = 0x04034b50L; // "PK\003\004" field in interface:ZipConstants
H A DZipInputStream.java293 if (get32(tmpbuf, 0) != LOCSIG) {
H A DZipOutputStream.java397 writeInt(LOCSIG); // LOC header signature
/libcore/ojluni/src/main/native/
H A Dzip_util.h36 #define LOCSIG 0x04034b50L /* "PK\003\004" */ macro
220 jboolean locsig; /* if zip file starts with LOCSIG */
H A Dzip_util.c284 GETSIG(buf) == LOCSIG);
874 if (GETSIG(errbuf) == LOCSIG)
1334 if (GETSIG(loc) != LOCSIG) {

Completed in 183 milliseconds