Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/include/
Dincfs_ndk.h51 typedef int32_t IncFsBlockIndex; typedef
102 IncFsBlockIndex pageIndex;
118 IncFsBlockIndex block;
123 IncFsBlockIndex begin;
124 IncFsBlockIndex end;
132 IncFsBlockIndex endIndex;
Dincfs.h175 using BlockIndex = IncFsBlockIndex;
/system/incremental_delivery/incfs/
Dincfs.cpp1007 .block = (IncFsBlockIndex)pendingReads[i].block_index, in IncFs_WaitForPendingReads()
1033 .block = (IncFsBlockIndex)pendingReads[i].block_index, in IncFs_WaitForPageReads()