Searched refs:CENVEM_FA (Results 1 – 2 of 2) sorted by relevance
264 …static final int CENVEM_FA(byte[] b, int pos) { return CH(b, pos + 5); } // file attribute compat… in CENVEM_FA() method in ZipUtils
717 if (CENVEM_FA(cen, pos) == FILE_ATTRIBUTES_UNIX) { in getZipEntry()