Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DZipFile.cpp748 bool atEof = false; // no feof() aviailable yet in compressFpToFp() local
798 if (zstream.avail_in == 0 && !atEof) { in compressFpToFp()
815 atEof = true; in compressFpToFp()
824 if (atEof) in compressFpToFp()