Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dincremental_utils.cpp346 int32_t startBlockIndex = offsetToBlockIndex(entry.offset); in InstallationPriorityBlocks() local
347 appendBlocks(startBlockIndex, 2, &installationPriorityBlocks); in InstallationPriorityBlocks()
358 int32_t startBlockIndex = offsetToBlockIndex(entryStartOffset); in InstallationPriorityBlocks() local
360 int32_t numNewBlocks = endBlockIndex - startBlockIndex + 1; in InstallationPriorityBlocks()
361 appendBlocks(startBlockIndex, numNewBlocks, &installationPriorityBlocks); in InstallationPriorityBlocks()