Searched refs:EXTSIG (Results 1 – 5 of 5) sorted by relevance
39 static long EXTSIG = 0x08074b50L; // "PK\007\008" field
377 if (sig != EXTSIG) { // no EXTSIG present in readEnd()391 if (sig != EXTSIG) { // no EXTSIG present in readEnd()
470 writeInt(EXTSIG); // EXT header signature in writeEXT()
150 public static final long EXTSIG = 134695760L; // 0x8074b50L field in ZipEntry
37 #define EXTSIG 0x08074b50L /* "PK\007\008" */ macro