HomeSort by relevance Sort by last modified time
    Searched refs:CENSIG (Results 1 - 5 of 5) sorted by null

  /dalvik/libcore/archive/src/main/java/java/util/zip/
ZipConstants.java 23 CENSIG = 0x2014b50, ENDSIG = 0x6054b50;
ZipEntry.java 365 if (sig != CENSIG) {
ZipInputStream.java 218 if (hdr == CENSIG) {
ZipOutputStream.java 144 writeLong(cDir, CENSIG);
  /bootable/recovery/minzip/
Zip.c 32 CENSIG = 0x02014b50, // PK12
259 if (get4LE(ptr) != CENSIG) {
    [all...]

Completed in 74 milliseconds