Searched refs:SIDELOAD_HOST_BLOCK_SIZE (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dcommandline.cpp820 #define SIDELOAD_HOST_BLOCK_SIZE (CHUNK_SIZE) macro
855 "sideload-host:%d:%d", static_cast<int>(sb.st_size), SIDELOAD_HOST_BLOCK_SIZE);
866 int opt = SIDELOAD_HOST_BLOCK_SIZE;
869 char buf[SIDELOAD_HOST_BLOCK_SIZE];
889 size_t offset = block * SIDELOAD_HOST_BLOCK_SIZE;
895 size_t to_write = SIDELOAD_HOST_BLOCK_SIZE;
896 if ((offset + SIDELOAD_HOST_BLOCK_SIZE) > static_cast<size_t>(sb.st_size)) {

Completed in 1124 milliseconds