Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/adb/client/
Dincremental_utils.cpp347 int32_t startBlockIndex = offsetToBlockIndex(entry.offset); in InstallationPriorityBlocks() local
359 int32_t startBlockIndex = offsetToBlockIndex(entryStartOffset); in InstallationPriorityBlocks() local
/aosp_15_r20/system/incremental_delivery/incfs/
H A Dincfs.cpp1437 IncFsErrorCode IncFs_GetFilledRangesStartingFrom(int fd, int startBlockIndex, IncFsSpan outBuffer, in IncFs_GetFilledRangesStartingFrom()