Home
last modified time | relevance | path

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

/system/core/adb/client/
Dincremental_utils.cpp40 static constexpr inline int32_t offsetToBlockIndex(int64_t offset) { in offsetToBlockIndex() function
216 int32_t signerBlockIndex = offsetToBlockIndex(signerBlockOffset); in ZipPriorityBlocks()
217 int32_t lastBlockIndex = offsetToBlockIndex(fileSize); in ZipPriorityBlocks()
333 int32_t startBlockIndex = offsetToBlockIndex(entry.offset); in InstallationPriorityBlocks()
345 int32_t startBlockIndex = offsetToBlockIndex(entryStartOffset); in InstallationPriorityBlocks()
346 int32_t endBlockIndex = offsetToBlockIndex(entryEndOffset); in InstallationPriorityBlocks()