Home
last modified time | relevance | path

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

/system/core/adb/client/
Dincremental_server.cpp208 struct PrefetchState { struct in incremental::IncrementalServer
209 const File* file;
210 BlockIdx overallIndex = 0;
211 BlockIdx overallEnd = 0;
212 BlockIdx priorityIndex = 0;
214 explicit PrefetchState(const File& f, BlockIdx start, int count) in PrefetchState() argument
219 explicit PrefetchState(const File& f) in PrefetchState() function
222 bool done() const { in done()