Home
last modified time | relevance | path

Searched defs:CENSIG (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DZipConstants.java41 static long CENSIG = 0x02014b50L; // "PK\001\002" field
DZipUtils.java262 static final long CENSIG(byte[] b, int pos) { return LG(b, pos + 0); } in CENSIG() method in ZipUtils
/libcore/ojluni/annotations/mmodule/java/util/zip/
DZipEntry.annotated.java118 public static final long CENSIG = 33639248L; // 0x2014b50L field in ZipEntry