Searched refs:SIDELOAD_HOST_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
839 #define SIDELOAD_HOST_BLOCK_SIZE (CHUNK_SIZE) macro874 static_cast<int64_t>(sb.st_size), SIDELOAD_HOST_BLOCK_SIZE); in adb_sideload_install()893 int opt = SIDELOAD_HOST_BLOCK_SIZE; in adb_sideload_install()896 char buf[SIDELOAD_HOST_BLOCK_SIZE]; in adb_sideload_install()919 int64_t offset = block * SIDELOAD_HOST_BLOCK_SIZE; in adb_sideload_install()928 size_t to_write = SIDELOAD_HOST_BLOCK_SIZE; in adb_sideload_install()929 if ((offset + SIDELOAD_HOST_BLOCK_SIZE) > static_cast<int64_t>(sb.st_size)) { in adb_sideload_install()