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

  /build/tools/zipalign/
ZipFile.cpp 891 bool atEof = false; // no feof() aviailable yet
928 atEof = true;
932 ZopfliDeflate(&options, 2, atEof, inBuf, getSize, &bp, &outBuf, &outSize);
933 } while (!atEof);
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 748 bool atEof = false; // no feof() aviailable yet
798 if (zstream.avail_in == 0 && !atEof) {
815 atEof = true;
824 if (atEof)
    [all...]

Completed in 319 milliseconds