Searched refs:BUFSIZE (Results 1 – 1 of 1) sorted by relevance
246 const size_t BUFSIZE = 32 * 1024; in copy_to_file() local247 char* buf = (char*) malloc(BUFSIZE); in copy_to_file()253 len = adb_read(inFd, buf, BUFSIZE); in copy_to_file()