HomeSort by relevance Sort by last modified time
    Searched full:extrafieldlength (Results 1 - 5 of 5) sorted by null

  /system/core/libzipfile/
centraldir.c 76 unsigned short extraFieldLength;
110 extraFieldLength = read_le_short(&p[0x1e]);
128 if (extraFieldLength != 0) {
133 p += extraFieldLength;
148 extraFieldLength = read_le_short(&p[0x1c]);
151 + entry->fileNameLength + extraFieldLength;
155 "entry->fileNameLength=%d extraFieldLength=%d\n",
157 entry->fileNameLength, extraFieldLength);
  /dalvik/libcore/archive/src/main/native/
zipsup.h 126 U_16 extraFieldLength;
zipsup.c 708 (void) ZIP_NEXT_U16 (entry.extraFieldLength, current);
797 bytesToRead = entry.extraFieldLength + entry.fileCommentLength;
980 (void) ZIP_NEXT_U16 (zipEntry->extraFieldLength, current);
    [all...]
  /build/tools/zipalign/
ZipEntry.cpp 320 LOGV("cmp: ExtraFieldLength\n");
  /frameworks/base/tools/aapt/
ZipEntry.cpp 320 LOGV("cmp: ExtraFieldLength\n");

Completed in 491 milliseconds