Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DZipUtils.cpp61 unsigned long compRemaining; in inflateToBuffer() local
66 compRemaining = compressedLen; in inflateToBuffer()
104 getSize = (compRemaining > kReadBufSize) ? in inflateToBuffer()
105 kReadBufSize : compRemaining; in inflateToBuffer()
107 getSize, compRemaining); in inflateToBuffer()
117 compRemaining -= nextSize; in inflateToBuffer()