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

  /libcore/ojluni/src/main/java/java/util/zip/
ZipConstants.java 38 static long LOCSIG = 0x04034b50L; // "PK\003\004"
ZipInputStream.java 290 if (get32(tmpbuf, 0) != LOCSIG) {
ZipOutputStream.java 379 writeInt(LOCSIG); // LOC header signature
  /bootable/recovery/minzip/
Zip.c 67 LOCSIG = 0x04034b50, // PK34
196 * signature for the first file (LOCSIG) or, if the archive doesn't
203 } else if (val != LOCSIG) {
363 if (get4LE(localHdr) != LOCSIG) {
  /libcore/ojluni/src/main/native/
zip_util.h 36 #define LOCSIG 0x04034b50L /* "PK\003\004" */
218 jboolean locsig; /* if zip file starts with LOCSIG */ member in struct:jzfile
zip_util.c 286 GETSIG(buf) == LOCSIG);
872 if (GETSIG(errbuf) == LOCSIG)
873 zip->locsig = JNI_TRUE;
875 zip->locsig = JNI_FALSE;
    [all...]
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 201 milliseconds