HomeSort by relevance Sort by last modified time
    Searched refs:atEof (Results 1 - 2 of 2) sorted by null

  /build/tools/zipalign/
ZipFile.cpp 888 bool atEof = false; // no feof() aviailable yet
925 atEof = true;
929 ZopfliDeflate(&options, 2, atEof, inBuf, getSize, &bp, &outBuf, &outSize);
930 } while (!atEof);
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 751 bool atEof = false; // no feof() aviailable yet
801 if (zstream.avail_in == 0 && !atEof) {
818 atEof = true;
827 if (atEof)
    [all...]

Completed in 49 milliseconds