OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalEntryCount
(Results
1 - 2
of
2
) sorted by null
/system/core/libzipfile/
private.h
30
unsigned short
totalEntryCount
; //mTotalNumEntries;
centraldir.c
46
file->
totalEntryCount
= read_le_short(&buf[0x0a]);
226
|| file->entryCount != file->
totalEntryCount
) {
234
for (i=0; i < file->
totalEntryCount
; i++) {
Completed in 152 milliseconds