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

  /libcore/luni/src/main/java/java/util/zip/
GZIPInputStream.java 50 private static final int FEXTRA = 4;
108 if ((flags & FEXTRA) != 0) {
  /frameworks/native/libs/utils/
ZipUtils.cpp 276 FEXTRA = 0x04,
300 if ((flags & FEXTRA) != 0) {

Completed in 594 milliseconds