Home
last modified time | relevance | path

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

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