Home
last modified time | relevance | path

Searched refs:CHUNK_SIZE (Results 1 – 4 of 4) sorted by relevance

/system/core/adb/client/
Dincremental.cpp224 std::vector<char> child_stdout(CHUNK_SIZE); in wait_for_installation()
251 child_stdout.resize(buf_size + CHUNK_SIZE); in wait_for_installation()
Dcommandline.cpp830 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)
/system/core/adb/
Dadb.h207 #define CHUNK_SIZE (64 * 1024) macro
Dadb_listeners.cpp82 int rcv_buf_size = CHUNK_SIZE; in ss_listener_event_func()