Home
last modified time | relevance | path

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

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