Searched refs:startBlockIndex (Results 1 – 3 of 3) sorted by relevance
/system/core/adb/client/ |
D | incremental_utils.cpp | 333 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/ |
D | incfs_ndk.h | 209 IncFsErrorCode IncFs_GetFilledRangesStartingFrom(int fd, int startBlockIndex, IncFsSpan outBuffer,
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 1201 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()
|