Home
last modified time | relevance | path

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

/system/core/adb/client/
Dincremental_utils.cpp333 int32_t startBlockIndex = offsetToBlockIndex(entry.offset); in InstallationPriorityBlocks() local
345 int32_t startBlockIndex = offsetToBlockIndex(entryStartOffset); in InstallationPriorityBlocks() local
/system/incremental_delivery/incfs/
Dincfs.cpp1201 IncFsErrorCode IncFs_GetFilledRangesStartingFrom(int fd, int startBlockIndex, IncFsSpan outBuffer, in IncFs_GetFilledRangesStartingFrom()