Searched refs:SIDELOAD_HOST_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
862 #define SIDELOAD_HOST_BLOCK_SIZE (CHUNK_SIZE) macro897 static_cast<int64_t>(sb.st_size), SIDELOAD_HOST_BLOCK_SIZE); in adb_sideload_install()916 int opt = SIDELOAD_HOST_BLOCK_SIZE; in adb_sideload_install()919 char buf[SIDELOAD_HOST_BLOCK_SIZE]; in adb_sideload_install()942 int64_t offset = block * SIDELOAD_HOST_BLOCK_SIZE; in adb_sideload_install()951 size_t to_write = SIDELOAD_HOST_BLOCK_SIZE; in adb_sideload_install()952 if ((offset + SIDELOAD_HOST_BLOCK_SIZE) > static_cast<int64_t>(sb.st_size)) { in adb_sideload_install()