HomeSort by relevance Sort by last modified time
    Searched refs:uncompressedSize (Results 1 - 3 of 3) sorted by null

  /system/core/libzipfile/
private.h 14 unsigned int uncompressedSize;
zipfile.c 59 return ((Zipentry*)entry)->uncompressedSize;
122 memcpy(buf, entry->data, entry->uncompressedSize);
centraldir.c 108 entry->uncompressedSize = read_le_int(&p[0x18]);

Completed in 868 milliseconds