Home
last modified time | relevance | path

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

/system/core/libzipfile/
Dprivate.h15 unsigned int compressedSize; member
Dzipfile.c125 return uninflate(buf, bufsize, entry->data, entry->compressedSize); in decompress_zipentry()
Dcentraldir.c107 entry->compressedSize = read_le_int(&p[0x14]); in read_central_directory_entry()