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

  /external/grub/stage2/
defs.h 70 * The file system is made out of blocks of at most MAXBSIZE units,
72 * MAXBSIZE primarily determines the size of buffers in the buffer
80 #define MAXBSIZE 8192
  /system/core/toolbox/cp/
utils.c 62 #define MAXBSIZE 65536
114 static char buf[MAXBSIZE];
260 while ((rcount = read(from_fd, buf, MAXBSIZE)) > 0) {

Completed in 69 milliseconds