Home
last modified time | relevance | path

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

/system/core/fastbootd/
Dsocket_client.c39 #define BUFFER_SIZE 256 macro
47 char buffer[BUFFER_SIZE]; in run_socket_client()
72 if ((n = read(STDIN_FD, buffer, BUFFER_SIZE)) < 0) { in run_socket_client()
82 if ((n = read(fd, buffer, BUFFER_SIZE)) < 0) { in run_socket_client()
/system/core/fastbootd/commands/
Dflash.c48 #define BUFFER_SIZE 1024 * 1024 macro
98 int current_size = MIN(size - written, BUFFER_SIZE); in flash_write()