Searched refs:SIDELOAD_HOST_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
861 #define SIDELOAD_HOST_BLOCK_SIZE (CHUNK_SIZE) macro896 static_cast<int64_t>(sb.st_size), SIDELOAD_HOST_BLOCK_SIZE); in adb_sideload_install()915 int opt = SIDELOAD_HOST_BLOCK_SIZE; in adb_sideload_install()918 char buf[SIDELOAD_HOST_BLOCK_SIZE]; in adb_sideload_install()941 int64_t offset = block * SIDELOAD_HOST_BLOCK_SIZE; in adb_sideload_install()950 size_t to_write = SIDELOAD_HOST_BLOCK_SIZE; in adb_sideload_install()951 if ((offset + SIDELOAD_HOST_BLOCK_SIZE) > static_cast<int64_t>(sb.st_size)) { in adb_sideload_install()