Searched refs:CHUNK_SIZE (Results 1 – 4 of 4) sorted by relevance
224 std::vector<char> child_stdout(CHUNK_SIZE); in wait_for_installation()251 child_stdout.resize(buf_size + CHUNK_SIZE); in wait_for_installation()
830 int opt = CHUNK_SIZE; in adb_sideload_legacy()833 char buf[CHUNK_SIZE]; in adb_sideload_legacy()836 unsigned xfer = (size > CHUNK_SIZE) ? CHUNK_SIZE : size; in adb_sideload_legacy()861 #define SIDELOAD_HOST_BLOCK_SIZE (CHUNK_SIZE)
207 #define CHUNK_SIZE (64 * 1024) macro
82 int rcv_buf_size = CHUNK_SIZE; in ss_listener_event_func()