Home
last modified time | relevance | path

Searched refs:BUFSIZ (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DMemoryDumpActivity.java44 final int BUFSIZ = 256 * 1024; // 256K in zipUp() local
45 final byte[] buf = new byte[BUFSIZ]; in zipUp()
60 while ( 0 < (len = is.read(buf, 0, BUFSIZ)) ) { in zipUp()