Home
last modified time | relevance | path

Searched refs:localHdrOffset (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/minzip/
DZip.c251 unsigned int fileNameLen, extraLen, commentLen, localHdrOffset; in parseZipArchive() local
264 localHdrOffset = get4LE(ptr + CENOFF); in parseZipArchive()
354 (uintptr_t)localHdrOffset)) { in parseZipArchive()
360 LOGW("Bad offset to local header: %d (at %d)\n", localHdrOffset, i); in parseZipArchive()
367 pEntry->offset = localHdrOffset + LOCHDR in parseZipArchive()