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

/frameworks/base/libs/androidfw/
H A DZipUtils.cpp110 const unsigned long nextSize = reader.read(&nextBuffer, getSize); local
112 if (nextSize < getSize || nextBuffer == NULL) {
113 ALOGD("inflate read failed (%ld vs %ld)\n", nextSize, getSize);
117 compRemaining -= nextSize;
120 zstream.avail_in = nextSize;

Completed in 42 milliseconds