Searched refs:totalEntryCount (Results 1 - 2 of 2) sorted by relevance

/system/core/libzipfile/
H A Dprivate.h30 unsigned short totalEntryCount; //mTotalNumEntries; member in struct:Zipfile
H A Dcentraldir.c46 file->totalEntryCount = read_le_short(&buf[0x0a]);
226 || file->entryCount != file->totalEntryCount) {
234 for (i=0; i < file->totalEntryCount; i++) {

Completed in 304 milliseconds