Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/adb/client/
Dincremental_server.cpp211 struct PrefetchState { struct in incremental::IncrementalServer
212 const File* file;
213 BlockIdx overallIndex = 0;
214 BlockIdx overallEnd = 0;
215 BlockIdx priorityIndex = 0;
217 explicit PrefetchState(const File& f, BlockIdx start, int count) in PrefetchState() function
222 explicit PrefetchState(const File& f) in PrefetchState() function
225 bool done() const { in done()