Home | History | Annotate | Download | only in adb

Lines Matching refs:BUFSIZE

365     const size_t BUFSIZE = 32 * 1024;
366 char* buf = (char*) malloc(BUFSIZE);
379 len = unix_read(inFd, buf, BUFSIZE);
381 len = adb_read(inFd, buf, BUFSIZE);