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

  /build/make/tools/ziptime/
ZipEntry.cpp 127 uint16_t fileNameLength, extraFieldLength, fileCommentLength;
140 fileNameLength = ZipEntry::getShortLE(&buf[0x1c]);
151 if (fseek(fp, fileNameLength + extraFieldLength + fileCommentLength, SEEK_CUR) != 0)
  /external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/
MinimalZipParser.java 176 int fileNameLength = read16BitUnsigned(in);
181 byte[] fileNameBuffer = new byte[fileNameLength];
221 final int fileNameLength = read16BitUnsigned(in);
228 return 4 + junkLength + 2 + 2 + fileNameLength + extrasLength;
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 115 milliseconds