HomeSort by relevance Sort by last modified time
    Searched refs:MAXBSIZE (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/
bsd-compatibility.h 81 #define MAXBSIZE 65536
  /system/core/toolbox/upstream-netbsd/bin/cp/
utils.c 108 static char buf[MAXBSIZE];
255 while ((rcount = read(from_fd, buf, MAXBSIZE)) > 0) {

Completed in 43 milliseconds