HomeSort by relevance Sort by last modified time
    Searched defs:CENVEM (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/util/zip/
ZipConstants.java 33 EXTSIZ = 8, EXTLEN = 12, CENVEM = 4, CENVER = 6, CENFLG = 8,
  /bootable/recovery/minzip/
Zip.c 35 CENVEM = 4,
83 CENVEM_UNIX = 3 << 8, // the high byte of CENVEM
345 pEntry->versionMadeBy = get2LE(ptr + CENVEM);
    [all...]

Completed in 98 milliseconds