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

  /libcore/ojluni/src/main/java/java/util/zip/
ZipConstants.java 81 static final int CENLEN = 24; // uncompressed size
  /external/turbine/java/com/google/turbine/zip/
Zip.java 89 static final int CENLEN = 24; // uncompressed size
267 UnsignedInts.toLong(cd.getInt(cdindex + CENLEN)),
  /libcore/ojluni/src/main/native/
zip_util.h 101 #define CENLEN(b) LG(b, 24) /* uncompressed size */
zip_util.c 549 jlong endpos, end64pos, cenpos, cenlen, cenoff; local
574 cenlen = ENDSIZ(endbuf);
577 if (cenlen == ZIP64_MAGICVAL || cenoff == ZIP64_MAGICVAL ||
581 cenlen = ZIP64_ENDSIZ(end64buf);
589 if (cenlen > endpos) {
592 cenpos = endpos - cenlen;
629 zip->mlen = cenpos - offset + cenlen + endhdrlen;
644 if ((cenbuf = malloc((size_t) cenlen)) == NULL ||
645 (readFullyAt(zip->zfd, cenbuf, cenlen, cenpos) == -1))
649 cenend = cenbuf + cenlen;
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
zipfs.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
zipfs.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 242 milliseconds