Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dincremental_utils.cpp347 int32_t startBlockIndex = offsetToBlockIndex(entry.offset); in InstallationPriorityBlocks() local
348 appendBlocks(startBlockIndex, 2, &installationPriorityBlocks); in InstallationPriorityBlocks()
359 int32_t startBlockIndex = offsetToBlockIndex(entryStartOffset); in InstallationPriorityBlocks() local
361 int32_t numNewBlocks = endBlockIndex - startBlockIndex + 1; in InstallationPriorityBlocks()
362 appendBlocks(startBlockIndex, numNewBlocks, &installationPriorityBlocks); in InstallationPriorityBlocks()