Searched refs:BUFSIZE (Results 1 – 2 of 2) sorted by relevance
60 BUFSIZE = 65536 variable in NetlinkSocket148 data = self.sock.recv(self.BUFSIZE)
407 const size_t BUFSIZE = 32 * 1024; in copy_to_file() local408 char* buf = (char*) malloc(BUFSIZE); in copy_to_file()421 len = unix_read(inFd, buf, BUFSIZE); in copy_to_file()423 len = adb_read(inFd, buf, BUFSIZE); in copy_to_file()