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

/libcore/luni/src/main/native/
H A Djava_util_zip_Inflater.cpp74 jint totalByteCount = 0; local
80 totalByteCount += byteCount;
86 return totalByteCount;

Completed in 33 milliseconds