Searched refs:fileNameLength (Results 1 - 3 of 3) sorted by relevance

/system/core/libzipfile/
H A Dprivate.h11 unsigned long fileNameLength; member in struct:Zipentry
H A Dcentraldir.c109 entry->fileNameLength = read_le_short(&p[0x1c]);
120 if (entry->fileNameLength != 0) {
125 p += entry->fileNameLength;
151 + entry->fileNameLength + extraFieldLength;
155 "entry->fileNameLength=%d extraFieldLength=%d\n",
157 entry->fileNameLength, extraFieldLength);
H A Dzipfile.c48 if (0 == memcmp(entryName, entry->fileName, entry->fileNameLength)) {
66 int l = e->fileNameLength;
141 fwrite(entry->fileName, entry->fileNameLength, 1, to);

Completed in 69 milliseconds