Searched refs:MAXBSIZE (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/cp/
H A Dutils.c62 #define MAXBSIZE 65536 macro
114 static char buf[MAXBSIZE];
260 while ((rcount = read(from_fd, buf, MAXBSIZE)) > 0) {

Completed in 212 milliseconds