Home
last modified time | relevance | path

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

/system/core/toolbox/
Dbsd-compatibility.h81 #define MAXBSIZE 65536 macro
/system/core/toolbox/upstream-netbsd/bin/cp/
Dutils.c108 static char buf[MAXBSIZE]; in copy_file()
255 while ((rcount = read(from_fd, buf, MAXBSIZE)) > 0) { in copy_file()