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

  /frameworks/base/include/androidfw/
StreamingZipInflater.h 31 static const size_t OUTPUT_CHUNK_SIZE = 64 * 1024;
  /frameworks/base/libs/androidfw/
StreamingZipInflater.cpp 62 mOutBufSize = StreamingZipInflater::OUTPUT_CHUNK_SIZE;
80 mOutBufSize = StreamingZipInflater::OUTPUT_CHUNK_SIZE;
Asset.cpp 719 if (uncompressedLen > StreamingZipInflater::OUTPUT_CHUNK_SIZE) {
749 if (uncompressedLen > StreamingZipInflater::OUTPUT_CHUNK_SIZE) {

Completed in 120 milliseconds