Home | History | Annotate | Download | only in adb

Lines Matching refs:CHUNK_SIZE

389     int opt = CHUNK_SIZE;
401 unsigned xfer = (sz > CHUNK_SIZE) ? CHUNK_SIZE : sz;