Searched refs:CENSIG (Results 1 - 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
H A DZipConstants.java40 static long CENSIG = 0x02014b50L; // "PK\001\002" field in interface:ZipConstants
H A DZipOutputStream.java514 writeInt(CENSIG); // CEN header signature
/libcore/ojluni/src/main/native/
H A Dzip_util.h38 #define CENSIG 0x02014b50L /* "PK\001\002" */ macro
H A Dzip_util.c282 GETSIG(buf) == CENSIG &&
689 if (GETSIG(cp) != CENSIG) {

Completed in 39 milliseconds