Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DZipFile.cpp751 bool atEof = false; // no feof() aviailable yet in compressFpToFp() local
801 if (zstream.avail_in == 0 && !atEof) { in compressFpToFp()
818 atEof = true; in compressFpToFp()
827 if (atEof) in compressFpToFp()