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

  /libcore/luni/src/main/java/java/util/zip/
ZipConstants.java 27 public static final long LOCSIG = 0x4034b50, EXTSIG = 0x8074b50,
  /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) {
367 if (get4LE(localHdr) != LOCSIG) {
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1933 milliseconds