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

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

Completed in 51 milliseconds