Home
last modified time | relevance | path

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

/system/core/adb/client/
Dincremental_utils.cpp333 int32_t startBlockIndex = offsetToBlockIndex(entry.offset); in InstallationPriorityBlocks() local
334 appendBlocks(startBlockIndex, 2, &installationPriorityBlocks); in InstallationPriorityBlocks()
345 int32_t startBlockIndex = offsetToBlockIndex(entryStartOffset); in InstallationPriorityBlocks() local
347 int32_t numNewBlocks = endBlockIndex - startBlockIndex + 1; in InstallationPriorityBlocks()
348 appendBlocks(startBlockIndex, numNewBlocks, &installationPriorityBlocks); in InstallationPriorityBlocks()
/system/incremental_delivery/incfs/include/
Dincfs_ndk.h209 IncFsErrorCode IncFs_GetFilledRangesStartingFrom(int fd, int startBlockIndex, IncFsSpan outBuffer,
/system/incremental_delivery/incfs/
Dincfs.cpp1201 IncFsErrorCode IncFs_GetFilledRangesStartingFrom(int fd, int startBlockIndex, IncFsSpan outBuffer, in IncFs_GetFilledRangesStartingFrom() argument
1206 if (startBlockIndex < 0) { in IncFs_GetFilledRangesStartingFrom()
1229 auto start = args.index_out ? args.index_out : startBlockIndex; in IncFs_GetFilledRangesStartingFrom()