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

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

Completed in 61 milliseconds