Searched refs:localHdrOffset (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | Zip.c | 251 unsigned int fileNameLen, extraLen, commentLen, localHdrOffset; in parseZipArchive() local 264 localHdrOffset = get4LE(ptr + CENOFF); in parseZipArchive() 358 (uintptr_t)localHdrOffset)) { in parseZipArchive() 364 LOGW("Bad offset to local header: %d (at %d)\n", localHdrOffset, i); in parseZipArchive() 371 pEntry->offset = localHdrOffset + LOCHDR in parseZipArchive()
|
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | Zip.c | 251 unsigned int fileNameLen, extraLen, commentLen, localHdrOffset; in parseZipArchive() local 264 localHdrOffset = get4LE(ptr + CENOFF); in parseZipArchive() 357 (uintptr_t)localHdrOffset)) { in parseZipArchive() 363 LOGW("Bad offset to local header: %d (at %d)\n", localHdrOffset, i); in parseZipArchive() 370 pEntry->offset = localHdrOffset + LOCHDR in parseZipArchive()
|