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

  /frameworks/base/include/utils/
StreamingZipInflater.h 28 static const size_t INPUT_CHUNK_SIZE = 64 * 1024;
  /frameworks/base/libs/utils/
StreamingZipInflater.cpp 42 mInBufSize = StreamingZipInflater::INPUT_CHUNK_SIZE;

Completed in 30 milliseconds