Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DZipUtils.java291 …static final int CENVEM_FA(byte[] b, int pos) { return CH(b, pos + 5); } // file attribute compat… in CENVEM_FA() method in ZipUtils
292 …static final int CENVEM_FA(DirectByteBuffer b, int pos) { return b.get(pos + 5); } // file attrib… in CENVEM_FA() method in ZipUtils