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/base/libs/utils/
ZipUtils.cpp 274 FEXTRA = 0x04,
298 if ((flags & FEXTRA) != 0) {

Completed in 693 milliseconds